Skip to content

Commit

Permalink
feat: Highlight = and ; in .proto files (#12339)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaRevenco authored Dec 25, 2024
1 parent a2b241e commit faf0eee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion runtime/queries/protobuf/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,12 @@
"]"
"{"
"}"
] @punctuation.bracket
] @punctuation.bracket

[
"="
] @operator

[
";"
] @punctuation.delimiter

0 comments on commit faf0eee

Please sign in to comment.