tree-sitter-hy/queries/highlights.scm
2025-04-18 15:35:24 -05:00

26 lines
386 B
Scheme

; highlights.scm
; identifiers
(symbol) @variable
; literals
(string) @string
(bracket_string) @string
(integer) @number
(complex) @number
(float) @number.float
; types
(keyword) @property
; functions
; keywords
(shebang) @keyword.directive
; punctuation
(dotted_identifier "." @punctuation.delimiter)
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
; comments
(comment) @comment