aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-04-27 10:31:09 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-04-27 11:01:14 +0200
commit0547347e72c1e345faf7b7d835a806bfb1f59b68 (patch)
tree6fdac0608ab8d92a96922edc06b44ebfba680579 /runtime/doc
parent435dee74bb3593b778328138dac054f26e2d7396 (diff)
downloadrneovim-0547347e72c1e345faf7b7d835a806bfb1f59b68.tar.gz
rneovim-0547347e72c1e345faf7b7d835a806bfb1f59b68.tar.bz2
rneovim-0547347e72c1e345faf7b7d835a806bfb1f59b68.zip
vim-patch:79952b9c6774
runtime(jq): include syntax, ftplugin and compiler plugin closes: vim/vim#14619 https://github.com/vim/vim/commit/79952b9c6774d30f248a0ecf9ea84318be947fc4 Co-authored-by: Vito <vito.blog@gmail.com>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/syntax.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 5aaf51318e..9e26e7cdb5 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1614,6 +1614,15 @@ To disable syntax highlighting of errors: >
let g:vim_json_warnings = 0
+JQ *jq.vim* *jq_quote_highlight* *ft-jq-syntax*
+
+To disable numbers having their own color add the following to your vimrc: >
+ hi link jqNumber Normal
+
+If you want quotes to have different highlighting than strings >
+ let g:jq_quote_highlight = 1
+
+
LACE *lace.vim* *ft-lace-syntax*
Lace (Language for Assembly of Classes in Eiffel) is case insensitive, but the