Stephan Seitz

Results 512 comments of Stephan Seitz

Strange... `:e!` works though... It seems that it stopped to work at some point. Need to either bisect Neovim or nvim-treesitter. Would guess that the problem might come from recent...

@steelsojka you can reproduce it with `:TSDisableAll highlight` `:TSEnableAll highlight` `:e!`

Ah, I know why this isn't working. Neovim still creates a new bash parsed region for each of the bash injection instead of having just one bash parser with multiple...

Probably I meant indents, i created both PRs at the same time and folds seem to be merged already

No, that's not possible at the moment and probably won't be possible in near future since we can't express that in our query system and we don't have multi-node folding...

This seems to be a short coming of our folding algorithm, not our queries. E.g. ufo with the fold queries ```lua use { "kevinhwang91/nvim-ufo", requires = "kevinhwang91/promise-async", config = function()...

Hi! I thought about this before. I guess this could be solved a upstream by allowing to have certain words as macros be excluded from tree-sitter parsing via `set_included_ranges` (dynamically...