Files
tree-sitter-newt/queries/highlights.scm
2026-03-07 17:45:21 -08:00

22 lines
359 B
Scheme

[
"let"
; "in"
"where"
; "case" "of"
"data"
;"U"
"do"
"ptype" "pfunc"
"module"
; "infixl" "infixr" "infix"
"∀" ; "forall"
"import"
"uses" "derive"
"class" "instance" "record" "constructor"
"if" "then" "else"
"|" "<-" "=>" "$" ":"
] @keyword
(comment) @comment
(string) @string
(jsLitString) @string