Stephan Seitz
Stephan Seitz
~~WIP: not feasible at the moment due to SEGFAULT during editor session https://github.com/helix-editor/helix/issues/3117#issuecomment-1219922184~~ SEGFAULT has been fixed :tada: - [x] TODO: try out Nim https://github.com/haxscramper/tree-sitter-nim -> I like https://github.com/aMOPel/tree-sitter-nim better...
Alternative to https://github.com/nvim-treesitter/nvim-treesitter/pull/3297 https://github.com/nvim-treesitter/nvim-treesitter/issues/3295
Alternative to https://github.com/nvim-treesitter/nvim-treesitter/pull/3296 Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3295
Update the vendored dependency to latest tag https://github.com/KhronosGroup/SPIRV-Reflect/releases/tag/sdk-1.3.211.0 There are newer commits on their master if that would be preferred, but this is the latest release
[htttps://github.com/nvim-treesitter/nvim-treesitter/](https://github.com/nvim-treesitter/nvim-treesitter/) now distributes 98 different tree-sitter grammars. We do that at the end-user side by downloading the repo's `.tar.gz` of a pinned and CI tested-version via curl. Parsers that have...
Can tree-sitter 0.19.6+ can be required now? Following what @clason commands me to do while reading the source code Same for allocator?