Python highlights: Highlight ->, ...

This commit is contained in:
Stephan Seitz 2020-08-14 12:57:18 +02:00 committed by Thomas Vigouroux
parent 52420544ff
commit 187dc8e3f5

View file

@ -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