Stephan Seitz

Results 462 comments of Stephan Seitz

Hi @nkrkv! Do you want to create PR?

@andykais not much. A small addition to `lua/parsers.lua` and an adaption of https://github.com/m-novikov/tree-sitter-sql/blob/main/queries/highlights.scm to according to our `CONTRIBUTING.md`

@andy2mrqz do you want to create a PR? I think you can create highlights similar to regex EDIT: I will try an attempt at this...

@ElDifinitivo I Tried to add https://github.com/nushell/nushell.git but it failed to parse a simple test file without errors

@enderger I meant to link https://github.com/LhKipp/tree-sitter-nu . https://github.com/LhKipp/tree-sitter-nu didn't work well for me

Rendered preview of the README available here: https://github.com/chapeupreto/nvim-treesitter/tree/patch-1 (changed section: https://github.com/chapeupreto/nvim-treesitter/tree/patch-1#supported-languages) I usually only go for the languages to get the parser links and the maintainers but I guess I'm...

If also added a warning when uninstalling a parser in `ensure_uninstalled`. This should fix #2777

Should we uninstall parsers when the install_dir is not in runtimepath? Or is this rather a configuration error?

> > Should we uninstall parsers when the install_dir is not in runtimepath? Or is this rather a configuration error? > Configuration error. Touching a user's filesystem should be done...

I just feel that maybe we should just look for files in when uninstalling. At the moment, we first check whether we can load a parser instead of checking for...