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 using the comment command (Ctrl+c for me) in PKGBUILD // is used as comment token. In previous versions the correct token # was used.
//
#
Could be related to #9909
I tried this:
hx PKGBUILD
I expected this to happen: Line gets prefixed with #
Instead, this happened: Line gets prefixed with //
No response
Linux
alacritty
source
bcf7b26
The text was updated successfully, but these errors were encountered:
That filetype simply doesn't have a comment tokens defined. Adding one in the languages.toml is trivial. Feel free to send a PR
Sorry, something went wrong.
I completely forgot about adding the comment token 😅
Successfully merging a pull request may close this issue.
Summary
When using the comment command (Ctrl+c for me) in PKGBUILD
//
is used as comment token. In previous versions the correct token#
was used.Could be related to #9909
Reproduction Steps
I tried this:
hx PKGBUILD
I expected this to happen:
Line gets prefixed with
#
Instead, this happened:
Line gets prefixed with
//
Helix log
No response
Platform
Linux
Terminal Emulator
alacritty
Installation Method
source
Helix Version
bcf7b26
The text was updated successfully, but these errors were encountered: