Added Fusetool's UX view scripting language.

This commit is contained in:
Louis G. Vichy 2016-08-13 04:31:49 -04:00
parent 06773e35df
commit 2fa06c0203
2 changed files with 3 additions and 1 deletions

View File

@ -61,6 +61,7 @@ module.exports = class PrettyDiff extends Beautifier
Twig: true
LESS: true
Swig: true
UX: true
Visualforce: true
"Riot.js": true
XTemplate: true
@ -89,7 +90,7 @@ module.exports = class PrettyDiff extends Beautifier
lang = "markup"
when "XML", "Visualforce", "SVG"
lang = "xml"
when "HTML"
when "HTML", "UX"
lang = "html"
when "JavaScript"
lang = "javascript"

View File

@ -63,6 +63,7 @@ module.exports = class Languages
"tss"
"twig"
"typescript"
"ux"
"vala"
"visualforce"
"xml"