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
In a line echo 123#comment the character # is mistakenly recognized as a comment in *.fish files.
echo 123#comment
#
$ echo 'echo 123#comment' > test.fish $ fish test.fish 123#comment $ hx test.fish
#comment is highlighted as a comment in the editor, although it's not. (bash highlighter works correctly)
#comment
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:
Successfully merging a pull request may close this issue.
Summary
In a line
echo 123#comment
the character#
is mistakenly recognized as a comment in *.fish files.Reproduction Steps
#comment
is highlighted as a comment in the editor, although it's not. (bash highlighter works correctly)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: