stuff i guess
This commit is contained in:
20
queries/highlights.scm
Normal file
20
queries/highlights.scm
Normal file
@@ -0,0 +1,20 @@
|
||||
(comment) @comment
|
||||
|
||||
(keyword) @keyword
|
||||
"fun" @keyword
|
||||
"endfun" @keyword
|
||||
"struct" @keyword
|
||||
"endstruct" @keyword
|
||||
|
||||
(label_definition "@" @punctuation.special (identifier) @label)
|
||||
(line_reference "%" @punctuation.special (identifier) @label)
|
||||
(value_reference "$" @punctuation.special (identifier) @variable)
|
||||
(direct_reference "&" @punctuation.special (identifier) @variable.parameter)
|
||||
(function_reference "!" @punctuation.special (identifier) @function)
|
||||
(type_reference "-" @punctuation.special (identifier) @type)
|
||||
|
||||
(string) @string
|
||||
(int) @number
|
||||
(double) @number
|
||||
(char) @character
|
||||
(bool) @boolean
|
||||
Reference in New Issue
Block a user