nvim-treesitter/queries/elsa/highlights.scm
2023-09-12 17:34:58 +02:00

41 lines
349 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 @spell