Glavin001/atom-beautify

Please add support to bright script

开放

#1,904 创建于 2017年10月23日

 (7 条评论) (3 个反应) (0 位负责人)CoffeeScript (442 个派生)batch import
add-beautifieradd-languagegood first issuehelp wanted

仓库指标

星标
 (1,503 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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:

  • Tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
  • Reloaded (or restarted) Atom to ensure it is not a caching issue
  • Searched through existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues so I know this is not a duplicate issue
  • Filled out the Input, Expected, and Actual sections above or have edited/removed them in a way that fully describes the issue.
  • Generated debugging information by executing Atom Beautify: Help Debug Editor command in Atom and added link for debug.md Gist to this issue

贡献者指南