This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Harmony (ES6) Syntax Highlighting #24
Comments
+1. Please. |
See also #16 |
I think this is a good idea. The syntax highlighting comes from yungsters/sublime, so feel free to submit an issue here https://github.com/yungsters/sublime/issues/ and we can merge it back from there. |
Wondering about this as well. @jgebhardt's suggestion sounds appealing and probably put it under 6to5 umbrella; since 6to5 supports JSX. Will look into this when I have time. |
FYI https://github.com/6to5/6to5-sublime is built on top of JavaScriptNext and supports both ES6 and JSX. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use jsx-loader to enable Harmony syntax in my JS files (even the ones that aren't in JSX). The JSX syntax highlighter is pretty nice for ES5 and JSX, but doesn't seem to highlight lambda arrows or interpolated strings.
Can we fix that in this repo?
The text was updated successfully, but these errors were encountered: