highlights(elm): apply review comments

This commit is contained in:
Stephan Seitz 2021-11-28 00:30:48 +01:00
parent cd987a44f0
commit 4b21803fb5

View file

@ -1,15 +1,17 @@
[(line_comment) (block_comment)] @comment
; Keywords ; Keywords
[ [
"if" "if"
"then" "then"
"else" "else"
"let"
"in"
(case) (case)
(of) (of)
] @conditional ] @conditional
[ [
"let"
"in"
(as) (as)
(port) (port)
(exposing) (exposing)