diff options
Diffstat (limited to 'runtime/queries/powershell/highlights.scm')
| -rw-r--r-- | runtime/queries/powershell/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/powershell/highlights.scm b/runtime/queries/powershell/highlights.scm index 6081e8f1b..7d334ba2a 100644 --- a/runtime/queries/powershell/highlights.scm +++ b/runtime/queries/powershell/highlights.scm @@ -142,7 +142,7 @@ "$true")) ((variable) @variable.builtin - (#lua-match? @variable.builtin "^\$env:")) + (#lua-match? @variable.builtin "^$env:")) (data_name (simple_name) @constant) |
