Glavin001 / atom-beautify

:mega: Help Wanted - Looking for Maintainer: https://github.com/Glavin001/atom-beautify/issues/2572 | :lipstick: Universal beautification package for Atom editor (:warning: Currently migrating to https://github.com/Unibeautify/ and have very limited bandwidth for Atom-Beautify Issues. Thank you for your patience and understanding :heart: )
http://unibeautify.com/
MIT License
1.5k stars 453 forks source link

Support for Fuse language (UX,Uno,UXL) #909

Open igorls opened 8 years ago

igorls commented 8 years ago

There is any plan for supporting UX files and fuse language? They can be beautified with basic xml methods. And Uno are a C# dialect. More info on https://www.fusetools.com/.

Currently there is a fuse plugin for atom, but it doesn't do beautification.

prettydiff commented 8 years ago

Since the .ux files are basically just XML just submit a pull request to modify this file: https://github.com/Glavin001/atom-beautify/blob/master/src/languages/xml.coffee so that the actual language name is represented in the grammar list and 'ux' is added to the extension list. For Uno just modify this file https://github.com/Glavin001/atom-beautify/blob/master/src/languages/c-sharp.coffee in roughly the same way.