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
[
"receive"
"try"
"throw"
"catch"
"if"
"case"
"of"
@ -26,6 +23,12 @@
"after"
"end"
] @conditional
[
"catch"
"try"
"throw"
] @exception
;;; module define
[
"module"