From b8f56fb5df6709e25cb7749d4a91593e873b2149 Mon Sep 17 00:00:00 2001 From: Seonghyeon Cho Date: Tue, 23 Apr 2024 22:56:27 +0900 Subject: [PATCH] Reindent, add modeline --- queries/highlights.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 )