aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/python
diff options
context:
space:
mode:
authorErasin2022-07-26 13:31:14 +0000
committerGitHub2022-07-26 13:31:14 +0000
commitdf5ab8b40cecda0a00f322765bdc3135dae37c99 (patch)
treee7fc12d51aaed3a3903e2d19c7a4f63f7a04b317 /runtime/queries/python
parent3dd2196e4f42b23fd30b4e028b96d5b1862603d6 (diff)
Fix: Python hightlight (#3201)
Diffstat (limited to 'runtime/queries/python')
-rw-r--r--runtime/queries/python/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm
index b622ced2..1c4d62b2 100644
--- a/runtime/queries/python/highlights.scm
+++ b/runtime/queries/python/highlights.scm
@@ -112,7 +112,7 @@
(interpolation
"{" @punctuation.special
"}" @punctuation.special) @embedded
-"(" ")" "[" "]" "{" "}"] @punctuation.bracket
+["(" ")" "[" "]" "{" "}"] @punctuation.bracket
[
"-"