mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
fix: remove redundant alternants (#8159)
This commit is contained in:
parent
db50897909
commit
77362027f7
32 changed files with 0 additions and 59 deletions
|
|
@ -22,13 +22,10 @@
|
|||
".."
|
||||
"--"
|
||||
"++"
|
||||
"+"
|
||||
"-"
|
||||
"~"
|
||||
"!"
|
||||
"&"
|
||||
"->"
|
||||
"*"
|
||||
"-="
|
||||
"+="
|
||||
"*="
|
||||
|
|
@ -39,8 +36,6 @@
|
|||
"^="
|
||||
">>="
|
||||
"<<="
|
||||
"--"
|
||||
"++"
|
||||
] @operator
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue