diff --git a/src/languages/riotjs.coffee b/src/languages/riotjs.coffee new file mode 100644 index 0000000..444cf18 --- /dev/null +++ b/src/languages/riotjs.coffee @@ -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: [] + +}