diff --git a/crates/languages/src/python/highlights.scm b/crates/languages/src/python/highlights.scm index 3255677bed..5edbefa7be 100644 --- a/crates/languages/src/python/highlights.scm +++ b/crates/languages/src/python/highlights.scm @@ -1,4 +1,3 @@ -(parameter (identifier) @variable) (attribute attribute: (identifier) @property) (type (identifier) @type)