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
I'm trying to get parameter highlighting working. I can only make it work when parameter definition is visible.
I'm guessing helix is only running the visible text through tree-sitter. Is this is on purpose or a bug?
GOOD: Parameter parameter defined on line 3 correctly underlined both on line 3 and when referenced on line 11.
parameter
BAD: Viewport scrolled so definition isn't visible. Reference no longer underlined.
Reproduction for javascript:
runtime/queries/javscript/highlight-params.scm
runtime/queries/javscript/highlight.scm
"variable.parameter" = {modifiers=["underlined"]}
No response
Linux
xfce4-terminal (vte)
helix 22.05-dev
The text was updated successfully, but these errors were encountered:
Duplicate of #1151
Sorry, something went wrong.
No branches or pull requests
Summary
I'm trying to get parameter highlighting working. I can only make it work when parameter definition is visible.
I'm guessing helix is only running the visible text through tree-sitter.
Is this is on purpose or a bug?
Screenshots:
GOOD: Parameter
parameter
defined on line 3 correctly underlined both on line 3 and when referenced on line 11.BAD: Viewport scrolled so definition isn't visible. Reference no longer underlined.
Reproduction Steps
Reproduction for javascript:
runtime/queries/javscript/highlight-params.scm
in to the top of
runtime/queries/javscript/highlight.scm
"variable.parameter" = {modifiers=["underlined"]}
rule to your theme.
Helix log
No response
Platform
Linux
Terminal Emulator
xfce4-terminal (vte)
Helix Version
helix 22.05-dev
The text was updated successfully, but these errors were encountered: