1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Fix: Python hightlight (#3201)

This commit is contained in:
Erasin 2022-07-26 21:31:14 +08:00 committed by GitHub
parent 3dd2196e4f
commit df5ab8b40c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -112,7 +112,7 @@
(interpolation
"{" @punctuation.special
"}" @punctuation.special) @embedded
"(" ")" "[" "]" "{" "}"] @punctuation.bracket
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
[
"-"