mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
C highlights: Add operator "%"
This commit is contained in:
parent
496b175d05
commit
64ebd4128e
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
||||||
"*"
|
"*"
|
||||||
"/"
|
"/"
|
||||||
"+"
|
"+"
|
||||||
|
"%"
|
||||||
|
|
||||||
"~"
|
"~"
|
||||||
"|"
|
"|"
|
||||||
|
|
@ -72,6 +73,7 @@
|
||||||
"+="
|
"+="
|
||||||
"*="
|
"*="
|
||||||
"/="
|
"/="
|
||||||
|
"%="
|
||||||
"|="
|
"|="
|
||||||
"&="
|
"&="
|
||||||
"--"
|
"--"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue