From 4709d4276c9cef5e353790071aec046d9b089719 Mon Sep 17 00:00:00 2001 From: Omar Valdez Date: Fri, 3 Oct 2025 00:17:57 -0700 Subject: feat(python): highlight special brackets in `format_expression` --- runtime/queries/python/highlights.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime') 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 -- cgit v1.2.3-70-g09d2