From 79952b9c6774d30f248a0ecf9ea84318be947fc4 Mon Sep 17 00:00:00 2001 From: Vito Date: Fri, 26 Apr 2024 22:36:20 +0200 Subject: runtime(jq): include syntax, ftplugin and compiler plugin closes: #14619 Signed-off-by: Vito Signed-off-by: Christian Brabandt --- runtime/doc/syntax.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'runtime/doc') diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 873315c823..bfc464534e 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -2086,6 +2086,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 -- cgit v1.2.3