mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
||||
[
|
||||
"receive"
|
||||
"try"
|
||||
"throw"
|
||||
"catch"
|
||||
"if"
|
||||
"case"
|
||||
"of"
|
||||
|
|
@ -26,6 +23,12 @@
|
|||
"after"
|
||||
"end"
|
||||
] @conditional
|
||||
|
||||
[
|
||||
"catch"
|
||||
"try"
|
||||
"throw"
|
||||
] @exception
|
||||
;;; module define
|
||||
[
|
||||
"module"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue