Dkendal / nvim-treeclimber

Neovim structured editing plugin
Apache License 2.0
163 stars 3 forks source link

🐛 Bug: no parser for `typescriptreact` language #2

Closed mobily closed 1 year ago

mobily commented 1 year ago

hello, @Dkendal 👋 nice plugin! however, there is an error when getting a parser for specific filenames, for example, when using the plugin in typescriptreact files (which belongs to the typescript parser) I got the following error:

CleanShot 2022-11-24 at 09 47 25@2x
Dkendal commented 1 year ago

Thanks for the report @mobily! I'll take a look at this today, as well as the general case of a parser missing :)

mobily commented 1 year ago

@Dkendal it works perfectly, thanks so much! 🚀