virchau13

Results 6 comments of virchau13

@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...