22 lines
359 B
Scheme
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
|