diff --git a/doc/hurl.nvim.txt b/doc/hurl.nvim.txt index b95ce44..f05535d 100644 --- a/doc/hurl.nvim.txt +++ b/doc/hurl.nvim.txt @@ -1,4 +1,4 @@ -*hurl.nvim.txt* For NVIM v0.8.0 Last change: 2024 February 15 +*hurl.nvim.txt* For NVIM v0.8.0 Last change: 2024 March 01 ============================================================================== Table of Contents *hurl.nvim-table-of-contents* @@ -294,6 +294,16 @@ TIPS ~ } < +- **Syntax Highlighting in Stable Neovim:** If you’re using a stable version of Neovim that doesn’t support Hurl syntax highlighting, you can set the filetype to `sh` or `bash` for your `.hurl` files. This will enable basic syntax highlighting that can improve readability. To do this, add the following line to your Neovim configuration: + +>vim + autocmd BufRead,BufNewFile *.hurl setfiletype sh +< + +For example, here is my autocmd + +for `.hurl` files. + RESOURCES *hurl.nvim-resources*