Skip to content

Commit

Permalink
Merge pull request #1186 from gandm/language-babel
Browse files Browse the repository at this point in the history
Add JavaScript and JSX language support for language-babel grammar.
  • Loading branch information
Glavin001 authored Sep 16, 2016
2 parents a540d75 + 880282d commit 3ff2574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/languages/jsx.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
grammars: [
"JSX"
"JavaScript (JSX)"
"Babel ES6 JavaScript"
]

###
Expand Down

0 comments on commit 3ff2574

Please sign in to comment.