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
"$(command)"
"$(command)" breaks highlighting in fish files
UPD This syntax is only available since fish 3.4 though.
Edit a *.fish file as follows:
echo $(echo 1) echo "$(echo 2)"
syntax highlighting breaks when the second line is present
2022-09-05T02:53:52.835 helix_view::editor [ERROR] Failed to initialize the LSP for `source.fish` { LSP not defined }
Linux
alacritty 0.10.1 ()
helix 22.08 (ee94031)
The text was updated successfully, but these errors were encountered:
Fixed by #3704
Sorry, something went wrong.
No branches or pull requests
Summary
"$(command)"
breaks highlighting in fish filesUPD This syntax is only available since fish 3.4 though.
Reproduction Steps
Edit a *.fish file as follows:
syntax highlighting breaks when the second line is present
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
alacritty 0.10.1 ()
Helix Version
helix 22.08 (ee94031)
The text was updated successfully, but these errors were encountered: