mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
Add support for folding Vue files
This commit is contained in:
parent
ff7ec08a1e
commit
4847f5a5a7
1 changed files with 6 additions and 0 deletions
6
queries/vue/folds.scm
Normal file
6
queries/vue/folds.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[
|
||||||
|
(element)
|
||||||
|
(template_element)
|
||||||
|
(script_element)
|
||||||
|
(style_element)
|
||||||
|
] @fold
|
||||||
Loading…
Add table
Add a link
Reference in a new issue