mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -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"
|
||||
"not"
|
||||
"or"
|
||||
"->"
|
||||
] @operator
|
||||
|
||||
; Keywords
|
||||
|
|
@ -194,7 +195,7 @@
|
|||
"{" @punctuation.special
|
||||
"}" @punctuation.special) @embedded
|
||||
|
||||
[ "," "." ":" ] @punctuation.delimiter
|
||||
[ "," "." ":" (ellipsis) ] @punctuation.delimiter
|
||||
|
||||
; Class definitions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue