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

Language Support Request: .asp (classic ASP) #470

Open coliff opened 8 years ago

coliff commented 8 years ago

It would be great to have support for beautifying classic ASP HTML pages. Files have the file extension .asp

Glavin001 commented 8 years ago

Is this similar to #230 or #319 at all?

anavarro9731 commented 8 years ago

It's similar but it's not the same. Classic ASP is usually VBScript inside <% %> tags, and HTML outside.

bhtru commented 7 years ago

+1 it's not super pressing for me but it'd be nice support to have.

prettydiff commented 7 years ago

Does this break the code? http://prettydiff.com/?m=beautify

If that works then this becomes a very simple request to fulfill.

coliff commented 7 years ago

@prettydiff - although it says 'Code type is set to auto. Presumed language is XML'. - that does seem to work (doesn't break the code) when I tested a couple of ASP files.

kmayson commented 7 years ago

+1

MegaSpaceHamlet commented 2 years ago

+1 Would love this. I work on various projects in ASP Classic and can't find an editor that easily formats the files with VBSCript and HTML intertwined.