Skip to content
New issue

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

Bash Variables with evaluations and pipes not colored #169

Open
Wheels35 opened this issue Mar 28, 2024 · 1 comment
Open

Bash Variables with evaluations and pipes not colored #169

Wheels35 opened this issue Mar 28, 2024 · 1 comment

Comments

@Wheels35
Copy link

Wheels35 commented Mar 28, 2024

image

Normal parentheses are colored correctly.
Normal Bash variables are colored correctly.
But any variables that have evaluations/scripting (i.e. command substitution) do not have the $( ....) colored to match properly.
Both $(...) and $((...) are valid variable wrappers for scripting and evaluations.

Other themes match the colors for those to the standard bash variable color, in the case of this example it would be to the Lime Green/Green color used on the normal bash line's "yes".

Additionally, I just noticed the pipe/vertical bar in the second variable example is not matching color of the 'plus' symbol in the previous variable, which should also match.

If any more information is needed, please let me know.

@BeardedBear
Copy link
Owner

thank you for your patience, but I don't reproduce this problem on my side, is it still a problem? if so, do you have any particular extensions for bash scripting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants