From d13f0183ba93f9b5aba7359146f294abfffff9c3 Mon Sep 17 00:00:00 2001 From: Omar Valdez Date: Thu, 1 Aug 2024 01:24:40 -0700 Subject: feat(highlights): capture wildcard imports as `@character.special` --- queries/python/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'queries/python') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 71356264c..232d40916 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -320,6 +320,9 @@ (aliased_import "as" @keyword.import) +(wildcard_import + "*" @character.special) + [ "if" "elif" -- cgit v1.2.3-70-g09d2