Stephan Seitz

Results 521 comments of Stephan Seitz

Really nice that you're helping to support your languages! I'm right now a bit busy and this helps a lot to keep the project going!

Of course not. Leave it open until you think it is not an issue anymore

Hi! This looks good to me. I enabled individual tests like in https://github.com/KhronosGroup/Vulkan-Hpp/pull/2292 and they worked fine with the corresponding changes in C++23 mode with CMake's experimental `import std`-support and...

> Hi @theHamsta! Long time, no see. > Since this is breaking change, I would prefer @asuessenbach to merge. He will be back next week. > I had benched that...

Hi @dizzib ! It appears that the plugin confuses all the different `key`s and `values`. Have you checked whether the flutter `locals.scm` set `@locals.scope` appropriately? The algorithm of the plugin...

To the debug you could use `tree-sitter query

I don't see a function scope here https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/dart/locals.scm There is just a scope for a `(block)`. Could could open the Neovim tree-sitter play to see what your function is parsed...

Hi! `make-range!` was created as a workaround for the fact that tree-sitter captures can only refer to individual nodes and not ranges of multiple nodes (even `(foo)+ @foo` will just...

I suppose there is no way to detect whether a parameter is function (without having deep semantic analysis running) expect by the fact that it is called at some moment...

We already have an annotation for global variables and variables that are defined in the parent scope. So it should be ok to implement. Basically, if lang == "ql" scope...