Add JavaScript and JSX language support for language-babel grammar.

This commit is contained in:
gandm 2016-09-10 21:22:11 +01:00
parent 2e1499fb6d
commit 5f7722e74c
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ module.exports = {
###
grammars: [
"JavaScript"
"Babel ES6 JavaScript"
]
###

View File

@ -10,6 +10,7 @@ module.exports = {
grammars: [
"JSX"
"JavaScript (JSX)"
"Babel ES6 JavaScript"
]
###