mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
feat(capnp, thrift): add folds, bump lockfile
This commit is contained in:
parent
f826b7af13
commit
d9d8f5eba4
4 changed files with 29 additions and 3 deletions
11
queries/thrift/folds.scm
Normal file
11
queries/thrift/folds.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
(annotation)
|
||||
(enum)
|
||||
(senum)
|
||||
(service)
|
||||
(struct)
|
||||
(union)
|
||||
|
||||
(function_parameters)
|
||||
(exception_parameters)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue