mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(solidity): remove spurious operators in highlight queries (#7412)
This commit is contained in:
parent
cc292c869f
commit
8d4fdc5e47
1 changed files with 0 additions and 2 deletions
|
|
@ -267,7 +267,6 @@
|
|||
"&&"
|
||||
"||"
|
||||
">>"
|
||||
">>>"
|
||||
"<<"
|
||||
"&"
|
||||
"^"
|
||||
|
|
@ -283,7 +282,6 @@
|
|||
"<="
|
||||
"=="
|
||||
"!="
|
||||
"!=="
|
||||
">="
|
||||
">"
|
||||
"!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue