aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/highlights.scm3
1 files changed, 3 insertions, 0 deletions
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"