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
tree-sitter
unstable
My svelte syntax highlighting isbroken
programs.nixvim = { enable= true; plugins.treesitter.enable = true; }
The text was updated successfully, but these errors were encountered:
You also need plugins.treesitter.settings.highlight.enable, since treesitter doesn't enable highlighting by default.
plugins.treesitter.settings.highlight.enable
We used to do this for you, but that changed recently.
Sorry, something went wrong.
Ohh that's why It stopped working! Fixed, thanks :)
No branches or pull requests
tree-sitter
I guessunstable
unstable
Description
My svelte syntax highlighting isbroken
Minimal, Reproducible Example (MRE)
The text was updated successfully, but these errors were encountered: