mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -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"
|
"message"
|
||||||
"enum"
|
"enum"
|
||||||
"oneof"
|
"oneof"
|
||||||
|
"optional"
|
||||||
"repeated"
|
"repeated"
|
||||||
"reserved"
|
"reserved"
|
||||||
"to"
|
"to"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue