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 454 forks source link

Please add support to bright script #1904

Open tayarubam opened 6 years ago

tayarubam commented 6 years ago

Description

Please add support for brightscript language and .brs files

Input Before Beautification

This is what the code looked like before:

<INSERT CODE HERE>

Expected Output

The beautified code should have looked like this:

<INSERT CODE HERE>

Actual Output

The beautified code actually looked like this:

<INSERT CODE HERE>

Steps to Reproduce

  1. Add code to Atom editor
  2. Run command Atom Beautify: Beautify Editor
  3. This beautified code does not look right!

Debug

Here is a link to the debug.md Gist:

Checklist

I have:

prettydiff commented 6 years ago

What is BrightScript? Is it https://sdkdocs.roku.com/display/sdkdoc/BrightScript+Language+Reference

tayarubam commented 6 years ago

Yes this is the language

On Mon, Oct 23, 2017 at 4:27 PM Austin Cheney notifications@github.com wrote:

What is BrightScript? Is it https://sdkdocs.roku.com/display/sdkdoc/BrightScript+Language+Reference

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Glavin001/atom-beautify/issues/1904#issuecomment-338815132, or mute the thread https://github.com/notifications/unsubscribe-auth/AZMMfG0QWFG1u_vFnv7O9kLMclsyFxGHks5svRLGgaJpZM4QDjT4 .

tayarubam commented 6 years ago

Are there any further updates on this?

tayarubam commented 6 years ago

Can you update me further on this please?

custa1200 commented 5 years ago

We would also find this helpful

mcsgdigital commented 5 years ago

Yo guys,

Can we have an update on this please?

About same as javascript and XML so would be ok to have an option that says 'wanna beautify like [language] ?' and let the user decide what to do. Processing Brightscript would be great but if it is too laborious or you can't be bothered, that would be the answer to many queries (or at least an alternative)

Thanks, Mark

prettydiff commented 5 years ago

@mcsgdigital Please run some code samples through https://prettydiff.com and see if it breaks your code. If not then adding support requires far less effort.