Atom Package for Lasso
Lasso is an excellent programming language with a long history of being used for web development. This is a package for the Atom editor and is intended to aid in developing solutions in Lasso 9. It provides syntax highlighting, some snippets, and basic syntax checking.
Installation Using Package Control (Preferred)
The Atom editor has a built-in package control system, and this package is registered with it. It is recommended you use this for installation:
- In Atom choose the "Preferences" menu option from the "Atom" menu
- In the resulting window, choose "Packages" from the left-hand navigation menu
- Search for "Lasso" or "Language Lasso"
- Click the "Install button" for the "Language Lasso" package
Manual Installation on OS X
To manually install the package, issue the following command in a terminal:
$> git clone git://github.com/bfad/Atom-Lasso ~/.atom/packages/language-lasso
To update to the latest version of this package:
$> cd ~/.atom/packages/language-lasso
$> git pull
License Information
This package is provided as-is and is placed in the Public Domain. Atom itself is proprietary software and is probably copyrighted by GitHub, Inc.