adjustments from Glavin's guidance
This commit is contained in:
parent
c9f2f1fbd3
commit
46e02741c0
|
@ -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 = [
|
||||
|
|
|
@ -2,7 +2,7 @@ module.exports = {
|
|||
|
||||
name: "ERB"
|
||||
namespace: "erb"
|
||||
fallback: ['html']
|
||||
fallback: ['xml']
|
||||
|
||||
###
|
||||
Supported Grammars
|
||||
|
|
|
@ -2,7 +2,7 @@ module.exports = {
|
|||
|
||||
name: "UX Markup"
|
||||
namespace: "ux"
|
||||
fallback: ['html']
|
||||
fallback: ['xml']
|
||||
|
||||
###
|
||||
Supported Grammars
|
||||
|
|
Loading…
Reference in New Issue