mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat(templ): add folds
This commit is contained in:
parent
d9aa422863
commit
a8c1f36d2c
1 changed files with 15 additions and 0 deletions
15
queries/templ/folds.scm
Normal file
15
queries/templ/folds.scm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[
|
||||
(component_block)
|
||||
(css_declaration)
|
||||
(script_declaration)
|
||||
(element)
|
||||
(style_element)
|
||||
(script_element)
|
||||
(component_switch_statement)
|
||||
(field_declaration_list)
|
||||
(block)
|
||||
(interface_type)
|
||||
(comment)
|
||||
(const_declaration)
|
||||
(var_declaration)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue