feat(package): hemar: add tree sitter hightlights
This commit is contained in:
10
package/hemar/grammar/tree-sitter/queries/highlights.scm
Normal file
10
package/hemar/grammar/tree-sitter/queries/highlights.scm
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
(interpolation) @keyword
|
||||||
|
(segment) @keyword
|
||||||
|
|
||||||
|
(for "for" @keyword)
|
||||||
|
(for "in" @keyword)
|
||||||
|
(done "done" @keyword)
|
||||||
|
|
||||||
|
(path) @field
|
||||||
|
(string) @string
|
||||||
|
(text) @text
|
||||||
Reference in New Issue
Block a user