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
[
"if"
"then"
"else"
"let"
"in"
(case)
(of)
] @conditional
[
"let"
"in"
(as)
(port)
(exposing)