Merge pull request #757 from prettydiff/riotjs

Adding language Riot.js
This commit is contained in:
Austin Cheney 2016-01-18 21:15:12 -06:00
commit 9706aec22c
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
module.exports = {
name: "Riot.js"
description: "Riot.js HTML based templating language"
namespace: "html"
fallback: ['html', 'mustache']
###
Supported Grammars
###
grammars: [
"Riot.js"
]
###
Supported extensions
###
extensions: [
'tag'
]
defaultBeautifier: "Pretty Diff"
options: []
}