case/let and some cleanup of the cst
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
[
|
||||
"let"
|
||||
; "in"
|
||||
"where"
|
||||
; "case" "of"
|
||||
"data"
|
||||
"let"
|
||||
; "in"
|
||||
"where"
|
||||
"case" "of"
|
||||
"data"
|
||||
;"U"
|
||||
"do"
|
||||
"ptype" "pfunc"
|
||||
"module"
|
||||
; "infixl" "infixr" "infix"
|
||||
"∀" ; "forall"
|
||||
"import"
|
||||
"uses" "derive"
|
||||
"do"
|
||||
"ptype" "pfunc"
|
||||
"module"
|
||||
; "infixl" "infixr" "infix"
|
||||
"∀" "forall"
|
||||
"import"
|
||||
"uses" "derive"
|
||||
"class" "instance" "record" "constructor"
|
||||
"if" "then" "else"
|
||||
"if" "then" "else"
|
||||
"|" "<-" "=>" "$" ":"
|
||||
] @keyword
|
||||
(comment) @comment
|
||||
|
||||
3
queries/injections.scm
Normal file
3
queries/injections.scm
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
(jsLitString (jsStringFragment) @injection.content
|
||||
(#set! injection.language "javascript"))
|
||||
Reference in New Issue
Block a user