partially working
This commit is contained in:
21
queries/highlights.scm
Normal file
21
queries/highlights.scm
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
"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
|
||||
Reference in New Issue
Block a user