From f019ad563f643a03e83083f04f23d38d62dd1181 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Tue, 24 Sep 2024 06:46:06 -0600 Subject: [PATCH] Don't highlight Python function arguments as variables (#18252) Works on - #14892 Follow up to - #17473 - https://github.com/zed-industries/zed/pull/17984#issuecomment-2369815207 Release Notes: - N/A --- crates/languages/src/python/highlights.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/languages/src/python/highlights.scm b/crates/languages/src/python/highlights.scm index 3255677bedc428b9b0011303aea6aeaaf7fa8992..5edbefa7be747d5a3fb94d0e5ad74acc9310825f 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)