Skip to content

Commit

Permalink
feat: Highlight = and ; in .proto files (helix-editor#12339)
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev authored and rongyi committed Jan 8, 2025
1 parent 5858aca commit fd5213a
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 fd5213a

Please sign in to comment.