diff --git a/queries/elm/highlights.scm b/queries/elm/highlights.scm index 12ce58c0d..4d644ac63 100644 --- a/queries/elm/highlights.scm +++ b/queries/elm/highlights.scm @@ -1,15 +1,17 @@ +[(line_comment) (block_comment)] @comment + ; Keywords [ "if" "then" "else" - "let" - "in" (case) (of) ] @conditional [ + "let" + "in" (as) (port) (exposing)