We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
echo foo; highlights the ; as path_approx. The semicolon should be highlighted as commandseparator.
echo foo;
;
path_approx
commandseparator
The text was updated successfully, but these errors were encountered:
Draft fix https://github.com/danielshahaf/zsh-syntax-highlighting/commits/WIP/i204-path_approx-overzealous
Sorry, something went wrong.
79e8c2d
Merged in 79e8c2d.
Remove path_approx.
ec78b44
Fixes zsh-users#187. Adds a test for zsh-users#204.
98aee7f
Fixes #187. Adds a test for #204.
No branches or pull requests
echo foo;
highlights the;
aspath_approx
. The semicolon should be highlighted ascommandseparator
.The text was updated successfully, but these errors were encountered: