mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
d2538ab7a7
commit
5c0ca925af
1 changed files with 7 additions and 0 deletions
|
|
@ -131,13 +131,16 @@
|
|||
"//="
|
||||
"/="
|
||||
"&"
|
||||
"&="
|
||||
"%"
|
||||
"%="
|
||||
"^"
|
||||
"^="
|
||||
"+"
|
||||
"+="
|
||||
"<"
|
||||
"<<"
|
||||
"<<="
|
||||
"<="
|
||||
"<>"
|
||||
"="
|
||||
|
|
@ -145,7 +148,11 @@
|
|||
">"
|
||||
">="
|
||||
">>"
|
||||
">>="
|
||||
"@"
|
||||
"@="
|
||||
"|"
|
||||
"|="
|
||||
"~"
|
||||
"and"
|
||||
"in"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue