[javascript] Bring back ES6 syntax highlighting support #133

This commit is contained in:
Martin Aeschlimann
2015-12-03 16:00:46 +01:00
parent 82c0e30d80
commit 0b3f7b223d
5 changed files with 1618 additions and 578 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,3 +3,10 @@ The JavaScriptReact.tmLanguage bundle is derived from the TypeScriptReact.tmLang
Changes:
- fileTypes -> .jsx
- scopeName -> scope.jsx
The JavaScript-ts.tmLanguage bundle is derived from the TypeScriptReact.tmLanguage.
Changes:
- all occurences of .ts -> .js
- fileTypes -> .js
- scopeName -> scope.js