Ticket #3793 (closed enhancement: fixed)
Add EcmaScript 2015 support for JavaScript syntax highlighter
Reported by: | mortiy | Owned by: | zaytsev |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.20 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
Javascript has lots of new stuff, which is currently not processed by JS highlighter:
- Arrow functions — (a, b) => a * b
- Template Strings — My name is ${name}!
- Bunch of new built-in objects: Promise, Map, WeakSet, etc
- New keywords let, const, yield, import, export
Attachments
Change History
Changed 8 years ago by mortiy
- Attachment 0001-EcmaScript-2015-support-for-JavaScript-highlighter.patch added
comment:2 Changed 8 years ago by zaytsev
- Status changed from new to accepted
- Priority changed from major to minor
- Owner set to zaytsev
- Milestone changed from Future Releases to 4.8.20
comment:3 Changed 8 years ago by zaytsev
- Status changed from accepted to testing
- Votes for changeset set to committed-master
- Resolution set to fixed
- Branch state changed from no branch to merged
Committed to master: 834e07fd5716f1d5da72a0558eef772b35cc06ae
Thank you for your contribution!
Note: See
TracTickets for help on using
tickets.
ES2015 Patch