mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(prisma): folding queries (#5541)
This commit is contained in:
parent
6e4a770799
commit
8ac3e313f5
1 changed files with 7 additions and 0 deletions
7
queries/prisma/folds.scm
Normal file
7
queries/prisma/folds.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
(generator_declaration)
|
||||
(datasource_declaration)
|
||||
(model_declaration)
|
||||
(enum_declaration)
|
||||
(view_declaration)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue