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
The line
ret="${(S)1//"${_LP_OPEN_ESC}"*"${_LP_CLOSE_ESC}"}"
found at https://github.com/liquidprompt/liquidprompt/blob/master/liquidprompt#L115
parses incorrectly in Emacs' tree-sitter-based bash-ts-mode but correctly in sh-mode.
bash-ts-mode
sh-mode
The text was updated successfully, but these errors were encountered:
Help me out here, is this valid bash? I have shellcheck complaining that parameter expansions can't start with (, is that true?
(
Ok I see they have a comment disabling that exact warning, maybe it is valid
Nvm, that looks like a zsh flag thing, if it is then it's not actionable here.
Sorry, something went wrong.
At least, source liquidprompt in bash passes locally on my machine.
source liquidprompt
No branches or pull requests
The line
ret="${(S)1//"${_LP_OPEN_ESC}"*"${_LP_CLOSE_ESC}"}"
found at
https://github.com/liquidprompt/liquidprompt/blob/master/liquidprompt#L115
parses incorrectly in Emacs' tree-sitter-based
bash-ts-mode
but correctly insh-mode
.The text was updated successfully, but these errors were encountered: