This package provides the following services:
Ballerina plugin for Atom
What is Ballerina
ballerina is a general purpose, concurrent and strongly typed programming language with both textual and graphical syntaxes.
for more info: http://ballerinalang.org/
Overview
This package includes the following functionality to ballerina(.bal) files in Atom.:
- Syntax highlighting
- Snippets
- Syntax parse
- Auto suggestions for system packages
Installing the plugin to Atom
Installing via Install tab
- Open up the Settings View (Cmd+, in Mac or Ctrl+, for Windows/Linux)
- Click on the "Install" tab and type "language-ballerina" into the box under Install Packages
- Resulting packages will come up with an "Install" button
- Clicking install will download the package and install it
- Your editor will now have the functionality that the package provides
Installing via zip
- Download zip: https://github.com/ballerinalang/plugin-atom/releases
- Unzip the folder
- Navigate into the folder
- execute command "apm install"
- execute command "apm link"
- reload atom application
How to contribute
Pull requests are highly encouraged and we recommend you to create a GitHub issue to discuss the issue or feature that you are contributing to.
License
Ballerina atom plugin source is available under the Apache 2.0 License.
Copyright
Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.