Stephan Seitz

Results 522 comments of Stephan Seitz

Strange, I don't know why this example does not work. `@function.outer.start` is used for function decorations. EDIT: I found the reason, apparently the table from `@function.inner.start` gets lost when it's...

@rafikdraoui FYI: https://github.com/tree-sitter/tree-sitter-python/commit/87e874f23e1bbfc4bd160caa3bad03de250c8b9f https://github.com/tree-sitter/tree-sitter-python/issues/97

Well, the we originally wanted to re-architect nvim-treestitter-textobject to use nvim's query API directly which would avoid performance issues. nvim-treesitter-textobject uses an old abstraction layer (the logic is primarily in...

Hi, for me `@function.*` is working while `@block.*` is not

> as in v2af selecting 2 functions? If so, yes, that would be very nice (I came here to file that feature request) Yes, precisely that but maybe also to...

Will add the count option soon, this will also make the plugin a lot faster...

Possible duplicate of https://github.com/daa84/neovim-gtk/issues/254 . I have the same issue since updating to Ubuntu 20.10 and thus to a newer pango version. Would really love having this solved.

:smile: Just recompiled with latest master of pango, and I'm also still seeing this issue.

Btw. I am not a maintainer. But your info may be interesting for @daa84