mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(folds): add catch_clause to js folds
This commit is contained in:
parent
be2bb166c8
commit
7f3276450b
1 changed files with 1 additions and 0 deletions
|
|
@ -15,5 +15,6 @@
|
||||||
(import_statement)
|
(import_statement)
|
||||||
(if_statement)
|
(if_statement)
|
||||||
(try_statement)
|
(try_statement)
|
||||||
|
(catch_clause)
|
||||||
(object)
|
(object)
|
||||||
] @fold
|
] @fold
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue