mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(exception): erlang exception (#3150)
This commit is contained in:
parent
9a87c20ce9
commit
e5995d3643
1 changed files with 6 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue