mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Add bitwise operators
This commit is contained in:
parent
577141bc34
commit
f563803440
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@
|
||||||
"/="
|
"/="
|
||||||
"%="
|
"%="
|
||||||
"->"
|
"->"
|
||||||
|
"^"
|
||||||
|
"~'
|
||||||
|
">>"
|
||||||
|
">>>"
|
||||||
|
"<<"
|
||||||
|
"<<<"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
; Types
|
; Types
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue