mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
feat: add fidl parser
This commit is contained in:
parent
19bf991be2
commit
a8d2b54e28
5 changed files with 84 additions and 0 deletions
6
queries/fidl/folds.scm
Normal file
6
queries/fidl/folds.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
(layout_declaration)
|
||||
(protocol_declaration)
|
||||
(resource_declaration)
|
||||
(service_declaration)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue