get listp error with js file
yqrashawn opened this issue · 4 comments
yqrashawn commented
the error lies at
first-line-matches
is 0
(thing-at-point 'line t)
is
"; inherits: (jsx)
"
any idea how to fix this?
yqrashawn commented
is it because there's no jsx folder in the nvim repo https://github.com/nvim-treesitter/nvim-treesitter-textobjects/tree/master/queries
meain commented
Woops, this actually seems like a bug I introduced recently. For some reason, I just assumed that string-match
did the same thing as s-match
. Let me take care of that.
Thanks for reporting this.
meain commented
I am closing the issue as this should be fixed now. Feel free to reopen if you are still having issues.