aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/python')
-rw-r--r--runtime/queries/python/highlights.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm
index 3e777d08b..70f6d9acc 100644
--- a/runtime/queries/python/highlights.scm
+++ b/runtime/queries/python/highlights.scm
@@ -247,6 +247,10 @@
"{" @punctuation.special
"}" @punctuation.special)
+(format_expression
+ "{" @punctuation.special
+ "}" @punctuation.special)
+
(line_continuation) @punctuation.special
(type_conversion) @function.macro