diff options
author | Erasin | 2022-07-26 13:31:14 +0000 |
---|---|---|
committer | GitHub | 2022-07-26 13:31:14 +0000 |
commit | df5ab8b40cecda0a00f322765bdc3135dae37c99 (patch) | |
tree | e7fc12d51aaed3a3903e2d19c7a4f63f7a04b317 /runtime | |
parent | 3dd2196e4f42b23fd30b4e028b96d5b1862603d6 (diff) |
Fix: Python hightlight (#3201)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/python/highlights.scm | 2 |
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 [ "-" |