mitchellh / tree-sitter-proto

A tree-sitter grammar for protocol buffer files (proto3).
MIT License
69 stars 22 forks source link

Highlight optional #2

Open matze opened 2 years ago

matze commented 2 years ago

optional made a comeback in protobuf 3.15, so let's highlight it as a keyword similar to repeated.

matze commented 2 years ago

Just a question: are such changes synced automatically with nvim-treesitter or should someone update the queries there as well?