Skip to content

Commit

Permalink
Reindent, add modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Apr 23, 2024
1 parent 48fc23e commit b8f56fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions queries/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
; vim: ts=4 sw=4 et

; highlights (nvim)

(comment) @comment

(section_header) @punctuation.bracket
Expand All @@ -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
)

0 comments on commit b8f56fb

Please sign in to comment.