mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat: add goctl parser and queries
This commit is contained in:
parent
ad43c7f19e
commit
f9aa4f060e
6 changed files with 105 additions and 0 deletions
11
queries/goctl/folds.scm
Normal file
11
queries/goctl/folds.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
(typeGroupSpec)
|
||||
(typeSingleSpec)
|
||||
(typeStruct)
|
||||
(serviceSpec)
|
||||
(serviceBody)
|
||||
(importStatement)
|
||||
(serviceServerSpec)
|
||||
(infoStatement)
|
||||
(structType)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue