mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Folds: rename query files to folds.scm to be consistent
We use plural names for all query files except folds.
This commit is contained in:
parent
97113abedc
commit
50991e370b
10 changed files with 3 additions and 3 deletions
10
queries/lua/folds.scm
Normal file
10
queries/lua/folds.scm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
(for_in_statement)
|
||||
(for_statement)
|
||||
(if_statement)
|
||||
(function_definition)
|
||||
(local_function)
|
||||
(function)
|
||||
(while_statement)
|
||||
(table)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue