[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

View File

@@ -9,8 +9,7 @@
"aliases": ["JavaScript React","jsx"],
"extensions": [".jsx"],
"configuration": "./javascript.configuration.json"
},
{
},{
"id": "javascript",
"aliases": ["JavaScript", "javascript", "js"],
"extensions": [".js", ".es6"],
@@ -27,6 +26,7 @@
"scopeName": "source.js",
"path": "./syntaxes/JavaScript.tmLanguage"
},{
// referenced by other grammars
"scopeName": "source.js.regexp",
"path": "./syntaxes/Regular Expressions (JavaScript).tmLanguage"
}],