mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
Python highlights: add additional operators
This is applies the upstream PR to our repo: https://github.com/tree-sitter/tree-sitter-python/pull/73
This commit is contained in:
parent
64df3e1791
commit
60d47904bf
1 changed files with 7 additions and 0 deletions
|
|
@ -135,13 +135,16 @@
|
|||
"//="
|
||||
"/="
|
||||
"&"
|
||||
"&="
|
||||
"%"
|
||||
"%="
|
||||
"^"
|
||||
"^="
|
||||
"+"
|
||||
"+="
|
||||
"<"
|
||||
"<<"
|
||||
"<<="
|
||||
"<="
|
||||
"<>"
|
||||
"="
|
||||
|
|
@ -149,7 +152,11 @@
|
|||
">"
|
||||
">="
|
||||
">>"
|
||||
">>="
|
||||
"@"
|
||||
"@="
|
||||
"|"
|
||||
"|="
|
||||
"~"
|
||||
"and"
|
||||
"in"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue