Adding support for new HTML templating language: XTemplate

This commit is contained in:
Austin Cheney 2016-01-18 17:44:17 -06:00
parent b4451f7e07
commit 2fc91191b6
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
module.exports = {
name: "XTemplate"
namespace: "html"
fallback: ['html','mustache']
###
Supported Grammars
###
grammars: [
"XTemplate"
]
###
Supported extensions
###
extensions: [
"xtemplate"
]
defaultBeautifier: "Pretty Diff"
options: []
}