Match on ES6-style module keywords.#9
Conversation
|
@schneidmaster lemme know when you've finished making tweaks to get this up to speed w/ Sublime 3 and we'll cut a new release and open a PR to the sublime package mgr repo. |
|
@cooncesean That's all the tweaks I'd planned on making for the time being -- just wanted to clean things up a bit & add some ES6 support. Happy to help fix any other bugs/issues as they spring up. |
|
Hey @cooncesean -- do you mind cutting a release and updating package control? I don't have any other PRs to send your way so it'd be nice to get the fixes/improvements out 🙂 |
|
@schneidmaster currently OOO for the next 7 days. Apologies for not cutting something sooner. @kwood if you (or someone else in the group) has bandwidth this weekend, would it be possible to get something out for Zach? |
|
No rush at all! Enjoy your time away :) |
What: Adds matching for ES6 keywords (import, export, etc) which are officially supported in CoffeeScript as of 1.11.0.
Before:

After:

Why: Improves readability when using ES6 keywords. Closes #6
Testing: Check out branch, copy syntax/CJSX.sublime-syntax to your Sublime Text packages folder, open a CJSX file in Sublime, and use the command palette to select the new syntax.