Adding support for new HTML templating language: XTemplate
This commit is contained in:
parent
b4451f7e07
commit
2fc91191b6
|
@ -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: []
|
||||
|
||||
}
|
Loading…
Reference in New Issue