Skip to content

Commit

Permalink
add highlights.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Apr 9, 2024
1 parent 7a624c8 commit 48fc23e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions queries/highlights.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(comment) @comment

(section_header) @punctuation.bracket
(section_header_type) @tag
(entry key: (key_type) @property)

(directive) @function.macro
(directive_set
key: (key_type) @variable
value: (value_type) @constant
)
(directive_include
pattern: (value_type) @string.special.path
)

0 comments on commit 48fc23e

Please sign in to comment.