Kiyoon Kim

Results 62 comments of Kiyoon Kim

Closing as completed in #386

Closing as completed. Thanks for the contribution!

@cristiansofronie Finally the `;` and `,` repeat is implemented. Not yet the number repeat, but you can use a dot repeat which is practical enough.

This is related to #335. I think a possible solution is whenever calling `@*.inner` we call `@*.outer` and search within that range as the highest priority. Otherwise, inner will select...

This works with the current version. ```lua ["av"] = { query = "@variable", query_group = "highlights" } ``` First discussed in #60 and finally integrated in #360

https://github.com/nvim-treesitter/nvim-treesitter-textobjects/blob/e0d2c72894db60001650b36357d3480f17e1c340/queries/javascript/textobjects.scm#L1 As you can see, javascript queries are inherited from other languages. Maybe you can use this to define sets of global queries and inherit them?

Closing as many people resolved the issue. Feel free to reopen

Yes, I'm still using this one. Please recommend me alternatives, but this one didn't fail much

> This will create an infinite loop between us. Haha I meant if you find anything later, feel free to do so. I haven't yet explored other alternatives.