File: xtemplate.coffee
| Defined in: | src/languages | 
Variables Summary
- module.exports =
 - 
    
{ name: "XTemplate", namespace: "xtemplate", fallback: ['html', 'mustache'], /* Supported Grammars */ grammars: ["XTemplate"], /* Supported extensions */ extensions: ["xtemplate"], defaultBeautifier: "Pretty Diff", options: [] }