Merge pull request #766 from prettydiff/riotjs

Updating riotjs.coffee per comment: https://github.com/Glavin001/atom
This commit is contained in:
Glavin Wiechert 2016-02-20 15:34:16 -04:00
commit 286a55486f
2 changed files with 4 additions and 2 deletions

View File

@ -46,6 +46,7 @@ module.exports = class Languages
"php"
"puppet"
"python"
"riotjs"
"ruby"
"rust"
"sass"
@ -60,6 +61,7 @@ module.exports = class Languages
"vala"
"visualforce"
"xml"
"xtemplate"
]
###

View File

@ -9,7 +9,7 @@ module.exports = {
Supported Grammars
###
grammars: [
"Riot.js"
"Riot.js", "HTML (Riot Tag)"
]
###
@ -19,7 +19,7 @@ module.exports = {
'tag'
]
defaultBeautifier: "Pretty Diff"
defaultBeautifier: "JS Beautify"
options: []