diff --git a/crates/languages/src/python/highlights.scm b/crates/languages/src/python/highlights.scm index df6b60466c..3255677bed 100644 --- a/crates/languages/src/python/highlights.scm +++ b/crates/languages/src/python/highlights.scm @@ -2,24 +2,6 @@ (attribute attribute: (identifier) @property) (type (identifier) @type) -; Module imports - -(import_statement - (dotted_name (identifier) @type)) - -(import_statement - (aliased_import - name: (dotted_name (identifier) @type) - alias: (identifier) @type)) - -(import_from_statement - (dotted_name (identifier) @type)) - -(import_from_statement - (aliased_import - name: (dotted_name (identifier) @type) - alias: (identifier) @type)) - ; Function calls (decorator) @function