Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 1, 2024
1 parent 04df22c commit 5db1585
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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
<https://github.com/jellydn/lazy-nvim-ide/commit/141edf7114839ba7656c4484f852199179c4f11f>
for `.hurl` files.


RESOURCES *hurl.nvim-resources*

Expand Down

0 comments on commit 5db1585

Please sign in to comment.