Change fallback for UX Markup from xml back to html

This commit is contained in:
Glavin Wiechert 2017-10-07 14:25:17 -03:00
parent 0df338ed35
commit 153a507290
1 changed files with 1 additions and 1 deletions

View File

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