mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(proto): highlight optional
`optional` came back with protobuf 3.15 as a valid modifier so highlight it the same way as `repeated`.
This commit is contained in:
parent
a5dd688b5a
commit
f051eb2b26
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"message"
|
||||
"enum"
|
||||
"oneof"
|
||||
"optional"
|
||||
"repeated"
|
||||
"reserved"
|
||||
"to"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue