ziontee113 / SelectEase

SelectEase selects matching nodes near the cursor using Treesitter queries with Vim's Select Mode.
80 stars 4 forks source link

Cant use select_node in typescriptreact(tsx). #4

Closed meithon closed 1 year ago

meithon commented 1 year ago

I love this plugin. However, it does not seem to work well with tsx. I looked at the code. ["typescript.tsx"] = "tsx" in filetype_to_parsername in lib/get_ts_nodes.lua seems to be wrong.

Shouldn't it correctly be typescriptreact = "tsx"?