See #144. Add JavaScript (JSX) grammar to JSX language

This commit is contained in:
Glavin Wiechert 2015-05-14 21:55:00 -03:00
parent 1652bd9e0b
commit 623f34ad89
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ module.exports = {
###
grammars: [
"JSX"
"JavaScript (JSX)"
]
###
@ -18,4 +19,4 @@ module.exports = {
"jsx"
]
}
}