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
Perl syntax highlighting breaks when a hash is dereferenced in a double-quoted string passed to print()
I tried this:
#!/usr/bin/env perl print("Hello world.\n"); print("Key value: $hash->{'key'}\n"); print("Foo\n");
I expected this to happen: I expected the third print statement to be highlighted appropriately.
Instead, this happened:
ts-subtree output:
I see that a similar problem was reported here: #9060. This is occurring after the update of the tree-sitter-perl package.
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
macOS
Alacritty
brew
helix 24.7 (079f544)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Perl syntax highlighting breaks when a hash is dereferenced in a double-quoted string passed to print()
Reproduction Steps
I tried this:
I expected this to happen:
I expected the third print statement to be highlighted appropriately.
Instead, this happened:
ts-subtree output:
I see that a similar problem was reported here: #9060. This is occurring after the update of the tree-sitter-perl package.
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
Alacritty
Installation Method
brew
Helix Version
helix 24.7 (079f544)
The text was updated successfully, but these errors were encountered: