diff --git a/queries/erlang/highlights.scm b/queries/erlang/highlights.scm index 713e4fea2..b9b1eb77e 100644 --- a/queries/erlang/highlights.scm +++ b/queries/erlang/highlights.scm @@ -16,9 +16,6 @@ ;; conditional [ "receive" - "try" - "throw" - "catch" "if" "case" "of" @@ -26,6 +23,12 @@ "after" "end" ] @conditional + +[ + "catch" + "try" + "throw" +] @exception ;;; module define [ "module"