You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are tools which can convert sublime text syntax packages to work with Atom and VSCode. These tools are increasingly popular for frontend development.
babel-sublime is the root of the core syntaxes for both atom and vscode packages, and according to babel/babel-sublime#328 (comment) it is unmaintained.
Thoughts?
The text was updated successfully, but these errors were encountered:
In the past I considered just upgrading the babel sublime through pull requests but the requirement of it being in tmlanguage(to support atom and vscode) is what stopped me.
I was hopping atom/vscode would support the sublime syntax someday as it had more features and a clearer syntax than the tmlanguage.
I am not sure if they are compatible nowadays but if they are, we could create a build script to continue maintaining in the sublime syntax format but compile it to tmlanguage to support atom/vscode too.
Hi,
There are tools which can convert sublime text syntax packages to work with Atom and VSCode. These tools are increasingly popular for frontend development.
babel-sublime is the root of the core syntaxes for both atom and vscode packages, and according to babel/babel-sublime#328 (comment) it is unmaintained.
Thoughts?
The text was updated successfully, but these errors were encountered: