mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
feat(proto): sync queries with upstream (#8554)
This adds support for [Protobuf Editions][1], and a couple other minor fixes. Ref: https://github.com/coder3101/tree-sitter-proto/tree/main/queries [1]: https://protobuf.dev/editions/overview/
This commit is contained in:
parent
1970f0d3bb
commit
ebe76eb800
2 changed files with 21 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
(enum)
|
||||
(message)
|
||||
(service)
|
||||
(oneof)
|
||||
(rpc)
|
||||
] @fold
|
||||
|
||||
(import)+ @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue