File: jsx.coffee
Defined in: | src/languages |
Variables Summary
- module.exports =
-
{ name: "JSX", namespace: "jsx", fallback: ['js'], /* Supported Grammars */ grammars: ["JSX", "JavaScript (JSX)", "Babel ES6 JavaScript"], /* Supported extensions */ extensions: ["jsx", "js"] }