Python: highlight semicolon

This commit is contained in:
Santos Gallegos 2021-11-12 13:26:38 -05:00 committed by Stephan Seitz
parent 6372b689eb
commit 6888242b98

View file

@ -240,7 +240,7 @@
"{" @punctuation.special
"}" @punctuation.special)
["," "." ":" (ellipsis)] @punctuation.delimiter
["," "." ":" ";" (ellipsis)] @punctuation.delimiter
;; Class definitions