Stephan Seitz

Results 522 comments of Stephan Seitz

No, you have PUC Lua 5.1

After some thinking about this: we could implement this feature in nvim-treesitter with a custom directive (`self-injection! @_self` where we provide the implementation for `self-injection`). This would maybe be less...

You don't need a Neovim setup. Just let the tree-sitter parser run. Instructions https://github.com/ikatyang/tree-sitter-markdown/issues/14 (CC needs to be clang and python in the script python2). I've provided sample inputs that...

If this is really a bug in tree-sitter, you could have a look at our open issue with tree-sitter-prisma which crashes without a custom parser @Kavantix . There is even...

@Kavantix here you go: https://github.com/nvim-treesitter/nvim-treesitter/issues/2972#issuecomment-1141491120 As you say, no need to use vim. I bisected using `git rebase -exec '...'` using the setup in https://github.com/ikatyang/tree-sitter-markdown/issues/14 . There are some problems...

nvim-treesitter now uses an older working version for now: https://github.com/nvim-treesitter/nvim-treesitter/commit/d99b4cdd7591ab2e3ff3f962f7cc518908375805

@ahelwer Can't count how often I linked this post https://github.com/ikatyang/tree-sitter-markdown/issues/14#issue-725850717

Ideally such a documentation is contributed to tree-sitter upstream. On how to create safe, fuzzed parsers.

Seems to be ok now. Fuzzed for 55mins. Can the others please confirm that this is gone now also in Neovim?

@maxbrunsfeld we're experiencing a slow down in loading certain queries for various parsers with 0.20.1 vs 0.20.0. What would be the best steps to investigate what's going on?