mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
Changed queries as suggested
This commit is contained in:
parent
fc1a9ce271
commit
89ab46c338
3 changed files with 17 additions and 26 deletions
|
|
@ -1,8 +1,9 @@
|
|||
[
|
||||
(block)
|
||||
(condition_block)
|
||||
(import_legacy)+
|
||||
(import)+
|
||||
(comment)+
|
||||
(multiline_value)
|
||||
] @fold
|
||||
|
||||
(import_legacy)+ @fold
|
||||
(import)+ @fold
|
||||
(comment)+ @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue