Stephan Seitz

Results 462 comments of Stephan Seitz

You can also try how fast or slow #1120 is. Maybe it is worth to just do one complete traversal of the tree to look up parent again efficiently (or...

I think we have this issue since a while that it would just stop when it downloads or copies to an invalid directory. What OS are you on? Where there...

We're having performance problems with the jsdoc and the comment parser. Can you try to remove the two with TSUninstall?

@clason I also had this question. We could logically merge `conceal.scm` into `highlight.scm` but keep them logically separated on filesystem. If we assume that most queries are as small as...

For LaTeX, we probably need a check on the conceallevel for more fancy conceals. Could be handled by predicates. Are there other reasons why LaTeX is special? I think most...

I would be open to have those highlight groups, but we should try to add them to all languages. In fact, we even had `@function.call` but removed it in the...

Can we have multiple implementations for indents? I think it would be no problem to incrementally improving/testing the new implementation as long as both implementations don't pass most of the...

But you have only three parsers installed. How can the C++ tests pass when you don't have the parser installed? It's however strange for JS. But all tests pass on...

> i'd need help for @steelsojka. Is there any way to get the node containing the tree/parser of an injected region ? Would be good to have a proper solution...

@stsewd has the same problem for incremental selection. I guess @steelsojka knows the best solution for it.