diff --git a/crates/languages/src/python/highlights.scm b/crates/languages/src/python/highlights.scm index 0d85c8b6a9354a00ee8574ad5e76b659e22639cd..386e2e274f43e20cd1d4be788ec6e0af6a5dedcd 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 [