mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
Python highlights: Highlight ->, ...
This commit is contained in:
parent
52420544ff
commit
187dc8e3f5
1 changed files with 2 additions and 1 deletions
|
|
@ -156,6 +156,7 @@
|
||||||
"is"
|
"is"
|
||||||
"not"
|
"not"
|
||||||
"or"
|
"or"
|
||||||
|
"->"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
; Keywords
|
; Keywords
|
||||||
|
|
@ -194,7 +195,7 @@
|
||||||
"{" @punctuation.special
|
"{" @punctuation.special
|
||||||
"}" @punctuation.special) @embedded
|
"}" @punctuation.special) @embedded
|
||||||
|
|
||||||
[ "," "." ":" ] @punctuation.delimiter
|
[ "," "." ":" (ellipsis) ] @punctuation.delimiter
|
||||||
|
|
||||||
; Class definitions
|
; Class definitions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue