diff options
Diffstat (limited to 'queries/python/highlights.scm')
| -rw-r--r-- | queries/python/highlights.scm | 3 |
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" |
