nvim-treesitter/queries/elsa/highlights.scm
2023-01-30 09:45:17 +02:00

41 lines
342 B
Scheme

; Keywords
[
"eval"
"let"
] @keyword
; Function
(function) @function
; Method
(method) @method
; Parameter
(parameter) @parameter
; Variables
(identifier) @variable
; Operators
[
"\\"
"->"
"="
(step)
] @operator
; Punctuation
["(" ")"] @punctuation.bracket
":" @punctuation.delimiter
; Comments
(comment) @comment