mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
Python: highlight semicolon
This commit is contained in:
parent
6372b689eb
commit
6888242b98
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@
|
||||||
"{" @punctuation.special
|
"{" @punctuation.special
|
||||||
"}" @punctuation.special)
|
"}" @punctuation.special)
|
||||||
|
|
||||||
["," "." ":" (ellipsis)] @punctuation.delimiter
|
["," "." ":" ";" (ellipsis)] @punctuation.delimiter
|
||||||
|
|
||||||
;; Class definitions
|
;; Class definitions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue