Closed meithon closed 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.
["typescript.tsx"] = "tsx"
Shouldn't it correctly be typescriptreact = "tsx"?
typescriptreact = "tsx"
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"
?