diff --git a/crates/languages/src/python/highlights.scm b/crates/languages/src/python/highlights.scm index 0d85c8b6a9..386e2e274f 100644 --- a/crates/languages/src/python/highlights.scm +++ b/crates/languages/src/python/highlights.scm @@ -48,6 +48,15 @@ (string) @string (escape_sequence) @escape +[ + "(" + ")" + "[" + "]" + "{" + "}" +] @punctuation.bracket + (interpolation "{" @punctuation.special "}" @punctuation.special) @embedded @@ -96,6 +105,8 @@ "is" "not" "or" + "is not" + "not in" ] @operator [