Adding language Riot.js

This commit is contained in:
Austin Cheney 2016-01-18 17:33:53 -06:00
parent b4451f7e07
commit 8a34315f83
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: []
}