Vir Chaudhury
Vir Chaudhury
@quasigod-io I did some searching and can't find a PR or documentation for this feature. Can you point me to where this was implemented?
> From what I remember about the rc files `zshenv` is loaded everywhere so strictly speaking things related to completion and the prompt don't belong there. I mean, I guess,...
I don't have VSCode, so someone else should test if this actually fixes it in VSCode (I tested it in Neovim).
@alvgaona You appear to be using the wrong tree-sitter injections; the ones in the tree-sitter-astro repository are outdated. (I should really update those...) https://github.com/nvim-treesitter/nvim-treesitter/blob/e24dab6696aa2a6682a117e241adc32c38e93d53/queries/astro/injections.scm has the up-to-date injections.
@alvgaona You may be missing the `css` parser dependency. Try following https://github.com/virchau13/tree-sitter-astro#troubleshooting.
I have run into either a similar bug or the same bug when using tree-sitter-astro. The following Astro file ``` --- --- ``` has incorrect syntax highlighting on the opening...
> @virchau13 as the regressor, any thoughts? My commit only affects the `handleUnrecoverableSignal()` code path, so I highly doubt it's the reason for the crash. I suspect that there was...
This is because in order to support a custom language injection, there needs to be a tree-sitter parser for that language. There already exists a tree-sitter parser for SCSS, which...
Yeah I mean fair enough I just forgot to do this.
I don't have a PRIME laptop, so unfortunately I can't test this, but thanks for the PR! Just one question: what's `nvidia-offload`? I can't find it referenced anywhere online, and...