mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -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
|
||||
|
||||
; Types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue