mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat(folds): add ts and js folds
This commit is contained in:
parent
feead20c04
commit
02735aae55
2 changed files with 20 additions and 0 deletions
5
queries/typescript/fold.scm
Normal file
5
queries/typescript/fold.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[
|
||||
(interface_declaration)
|
||||
(internal_module)
|
||||
(type_alias_declaration)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue