fovj
fovj
> Huh, that's interesting. Do you know what the highlight group for that is? Yeah, it's `NonText`.
When I emptied the content in `queries/typescript/textobjects.scm`, there was no error. [; inherits: javascript](https://github.com/nvim-treesitter/nvim-treesitter-textobjects/blob/559f05505184fcf7970c0c58c7940cbed7b2566c/queries/typescript/textobjects.scm#L1) Then I copy the queries from `queries/javascript/textobjects.scm` into it, It works fine. As long as typescript...
> Yes, this is because JavaScript contains JSX nodes which the typescript parser can't handle (only in TSX mode). We created the "emca" alias for queries that are compatible with...
 Recommend Sideways plugin, I use this to do that, and it support `.` operator. Not base on language, but it's good too. https://github.com/AndrewRadev/sideways.vim
> Would be nice if the move commands could accept counts. And also the select commands could accept counts to select an outer textobject in a nested structure. Select outer...
# strange.nvim 