Merge pull request #758 from prettydiff/xtemplate
Adding support for new HTML templating language: XTemplate
This commit is contained in:
commit
da68e5c397
|
@ -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