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
When more than one variable is on a line, the word on the next line is treated as a command, even if it is a builtin keyword.
Example: Notice how the keyword fi on line 5 is highlighted in blue (the color for commands), instead of pink as it should be (like line 10).
fi
This doesn't seem to break anything beyond the blue word, but it is something that would be worth fixing at some point.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When more than one variable is on a line, the word on the next line is treated as a command, even if it is a builtin keyword.
Example:
Notice how the keyword
fi
on line 5 is highlighted in blue (the color for commands), instead of pink as it should be (like line 10).This doesn't seem to break anything beyond the blue word, but it is something that would be worth fixing at some point.
The text was updated successfully, but these errors were encountered: