fix(exception): erlang exception (#3150)

This commit is contained in:
Access 2022-07-09 19:33:01 +08:00 committed by GitHub
parent 9a87c20ce9
commit e5995d3643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,6 @@
;; conditional ;; conditional
[ [
"receive" "receive"
"try"
"throw"
"catch"
"if" "if"
"case" "case"
"of" "of"
@ -26,6 +23,12 @@
"after" "after"
"end" "end"
] @conditional ] @conditional
[
"catch"
"try"
"throw"
] @exception
;;; module define ;;; module define
[ [
"module" "module"