Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willowtreeapps/atom-ide-brightscript
https://github.com/willowtreeapps/atom-ide-brightscript
atom brightscript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willowtreeapps/atom-ide-brightscript
- Owner: willowtreeapps
- License: apache-2.0
- Created: 2017-12-21T16:53:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T02:20:28.000Z (over 6 years ago)
- Last Synced: 2024-08-02T20:44:58.979Z (5 months ago)
- Topics: atom, brightscript
- Language: TypeScript
- Size: 477 KB
- Stars: 3
- Watchers: 17
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Atom IDE Brightscript
An atom client for the [Hinoki](https://github.com/willowtreeapps/hinoki/) - Brightscript language server.
![showcase](/artwork/showcase.png)
# Usage
This package *requires* the [atom-ide-ui](https://atom.io/packages/atom-ide-ui) package. It exposes APIs needed to consume diagnostic information reported by the language server.
Linting is managed by [Wist](https://github.com/willowtreeapps/wist/). As a result you can manage linting rules by providing a `.wistrc.json`.
```json
{
"rules": {
"no-stop": ["error"],
"no-print": ["warn"]
}
}
```More information about rules you can enable/disable are available [here](https://github.com/willowtreeapps/wist/)
# Contributing to Atom IDE Brightscript
Contributions and suggestions are more than welcome. Please see our [Code of Conduct](/CODE_OF_CONDUCT.md) as well as our [Contributing Guidelines ](/CONTRIBUTING.md)
for more information.