mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
add fold support to qml (#3132)
This commit is contained in:
parent
f1f9f43451
commit
bafa20df2b
1 changed files with 6 additions and 0 deletions
6
queries/qmljs/folds.scm
Normal file
6
queries/qmljs/folds.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[
|
||||||
|
(ui_object_definition)
|
||||||
|
(function_declaration)
|
||||||
|
(statement_block)
|
||||||
|
(if_statement)
|
||||||
|
] @fold
|
||||||
Loading…
Add table
Add a link
Reference in a new issue