adjustments from Glavin's guidance

This commit is contained in:
Austin Cheney 2017-06-30 19:41:11 -05:00
parent c9f2f1fbd3
commit 46e02741c0
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ describe "BeautifyLanguages", ->
"mustache", "objective-c", "perl", "php",
"python", "ruby", "sass", "sql", "svg",
"xml", "csharp", "gfm", "marko",
"go", "html-swig", "lua"
"go", "html-swig", "lua", "ux", "fuse"
]
# All Atom packages that Atom Beautify is dependent on
dependentPackages = [

View File

@ -2,7 +2,7 @@ module.exports = {
name: "ERB"
namespace: "erb"
fallback: ['html']
fallback: ['xml']
###
Supported Grammars

View File

@ -2,7 +2,7 @@ module.exports = {
name: "UX Markup"
namespace: "ux"
fallback: ['html']
fallback: ['xml']
###
Supported Grammars