atom-ide-brightscript

BrightScript language support for Atom-IDE.

WillowTree, Inc

811

1

1.3.3

Apache-2.0

GitHub

This package consumes the following services:

Atom IDE Brightscript

An atom client for the Hinoki - Brightscript language server.

showcase

Usage

This package requires the atom-ide-ui package. It exposes APIs needed to consume diagnostic information reported by the language server.

Linting is managed by Wist. As a result you can manage linting rules by providing a .wistrc.json.

{
    "rules": {
        "no-stop": ["error"],
        "no-print": ["warn"]
    }
}

More information about rules you can enable/disable are available here

Contributing to Atom IDE Brightscript

Contributions and suggestions are more than welcome. Please see our Code of Conduct as well as our Contributing Guidelines for more information.