diff options
| -rw-r--r-- | queries/elvish/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/elvish/highlights.scm b/queries/elvish/highlights.scm index ab0ce8c1b..af7c41dd8 100644 --- a/queries/elvish/highlights.scm +++ b/queries/elvish/highlights.scm @@ -13,7 +13,7 @@ "use" @include (import (bareword) @string.special) -["*" "**" "?"] @string.special +(wildcard ["*" "**" "?"] @character.special) (command argument: (bareword) @parameter) (command head: (identifier) @function.call) |
