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
Hi guys,
The helix editor supports vento.
I just noticed the following problem, which is caused by tree-sitter-vento as far as I can tell:
tree-sitter-vento
echo {{ site.url }} > test.vto hx test.vto
Error message:
Job 1, 'hx test.vto' terminated by signal SIGSEGV (Address boundary error)
Yet, everything works correctly without a dot within in braces:
echo {{ siteurl }} > test.vto hx test.vto
Thank you!
The text was updated successfully, but these errors were encountered:
Sorry, I didn't mention that I compiled helix from source.
The vento language was apparently just recently added to helix.
But if you add these lines to $XDG_CONFIG_HOME/helix/languages.toml, it should be possible to reproduce this issue with helix's stable version.
$XDG_CONFIG_HOME/helix/languages.toml
Sorry, something went wrong.
I'm not familiarized with helix. Maybe @wrapperup can help with this.
No branches or pull requests
Hi guys,
The helix editor supports vento.
I just noticed the following problem, which is caused by
tree-sitter-vento
as far as I can tell:Error message:
Yet, everything works correctly without a dot within in braces:
Thank you!
The text was updated successfully, but these errors were encountered: