The code with a problem is:
# correctly highlighted
foo=3
bar[1]=3
# incorrectly highlighted
baz[1,2]=3
It looks like:
Default Dark Modern
It should look like:
baz should be highlighted as a variable, similar to foo and bar.
See Zsh documentation for syntax.
The code with a problem is:
It looks like:
Default Dark Modern
It should look like:
bazshould be highlighted as a variable, similar tofooandbar.See Zsh documentation for syntax.