We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab88dfa commit a02355aCopy full SHA for a02355a
highlighters/main/test-data/alias-parameter.zsh
@@ -29,7 +29,7 @@
29
# -------------------------------------------------------------------------------------------------
30
31
alias '$foo'='echo alias'
32
-foo=(echo param)
+local foo=(echo param)
33
34
BUFFER='$foo'
35
0 commit comments