mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
HTML: add folds queries
This commit is contained in:
parent
7055ba9c89
commit
83c3b4ad75
1 changed files with 5 additions and 0 deletions
5
queries/html/folds.scm
Normal file
5
queries/html/folds.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[
|
||||||
|
(element)
|
||||||
|
(style_element)
|
||||||
|
(script_element)
|
||||||
|
] @fold
|
||||||
Loading…
Add table
Add a link
Reference in a new issue