ziontee113 / syntax-tree-surfer

A plugin for Neovim that helps you surf through your document and move elements around using the nvim-treesitter API.
MIT License
472 stars 10 forks source link

feat: support javascript jsx #11

Closed shendypratamaa closed 2 years ago

shendypratamaa commented 2 years ago

add support for javascript jsx

before : Screen Shot 2022-09-18 at 18 54 37

after : Screen Shot 2022-09-18 at 19 15 12

ziontee113 commented 2 years ago

Thank you @shendypratamaa for the PR. I've implemented a fix for this in d6d518f48dcc4441b11ee3e6cefd48fa1e09568a, which includes javascriptreact. I've been neglecting this issue for some time and thank you for reminding me :+1: