diff --git a/queries/highlights.scm b/queries/highlights.scm index edd3c20..42b4163 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -1,3 +1,7 @@ +; vim: ts=4 sw=4 et + +; highlights (nvim) + (comment) @comment (section_header) @punctuation.bracket @@ -6,9 +10,9 @@ (directive) @function.macro (directive_set - key: (key_type) @variable + key: (key_type) @variable value: (value_type) @constant ) (directive_include - pattern: (value_type) @string.special.path + pattern: (value_type) @string.special.path )