Cant use select_node in typescriptreact(tsx).
Closed this issue · 0 comments
meithon commented
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"
?