diff options
| -rw-r--r-- | queries/erlang/highlights.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/queries/erlang/highlights.scm b/queries/erlang/highlights.scm index 713e4fea..b9b1eb77 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" |
