ObserverOfTime

Results 325 comments of ObserverOfTime

Would you accept a pull request that builds the wheels with cibuildwheel on GitHub actions instead?

I'll take that as a no.

[Packages](https://neovim.io/doc/user/repeat.html#packages) are built-in and you can use git submodules to manage them if you don't want to install a plugin for it.

This has been fixed. ```clojure (source_file [0, 0] - [10, 0] (class_declaration [0, 0] - [9, 1] (type_identifier [0, 6] - [0, 11]) (class_body [0, 12] - [9, 1] (function_declaration...

This should be closed since #3648 was merged.

I'm in favour of this PR over the alternative but this parser doesn't support DTD/XSD/XSLT nodes. The other implementation you linked seems to support them.

It's a fine idea but it would require changing the existing captures both here and in every treesitter-related plugin.

So, should I use `@nvim.self` for the capture? Also, can anyone help me figure out [this](#issuecomment-1282445137) issue?

> Although I'm skeptical that this actually has a pressing use case; the two injection files mentioned in the linked PR are tiny (two queries each), so combining them doesn't...

Let's say we have languages `A` and `B` where `B` extends `A` and that there's a `foo` node (e.g. preprocessor argument or string interpolation) which requires an injection of the...