mirror of https://github.com/helix-editor/helix
Fix: Python hightlight (#3201)
parent
3dd2196e4f
commit
df5ab8b40c
|
@ -112,7 +112,7 @@
|
||||||
(interpolation
|
(interpolation
|
||||||
"{" @punctuation.special
|
"{" @punctuation.special
|
||||||
"}" @punctuation.special) @embedded
|
"}" @punctuation.special) @embedded
|
||||||
"(" ")" "[" "]" "{" "}"] @punctuation.bracket
|
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
|
||||||
|
|
||||||
[
|
[
|
||||||
"-"
|
"-"
|
||||||
|
|
Loading…
Reference in New Issue