michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Tree Sitter support? #49

Closed kurtextrem closed 3 years ago

kurtextrem commented 5 years ago

VS Code now has a Tree Sitter extension: https://github.com/georgewfraser/vscode-tree-sitter Might be worth switching to that syntax

michaelgmcd commented 5 years ago

I'm not too familiar with Tree Sitter. What would be the work involved outside of what is on their README (which would be a decent amount of work)? What would be the benefits? More accurate highlighting?