ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Lasso

by bfad ALL

A Sublime Text package for the Lasso programming language

Details

  • 2014.04.20.00.07.48
  • github.​com
  • github.​com
  • 10 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 1K
  • Win 538
  • Mac 343
  • Linux 133
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text Package for Lasso

Lasso is an excellent programming language with a long history of being used for web development. This is a Package for Sublime Text 2 intended to aid in developing solutions in Lasso 9. It provides syntax highlighting, some snippets, and basic syntax checking build system.

Lasso Homepage: http://www.lassosoft.com/

Installation Using Package Control

If you're not using Will Bond's Package Control solution for Sublime Text, you really should be.

  1. If you haven't already, install Package Control
  2. In Sublime Text, bring up the command palette (Tools > Command Palette)
  3. In the Command Palette, find and select “Package Control: Install Package” and hit return
  4. In the resulting palette, find and select the “Lasso” package and hit return

That's it. Package Control will do the rest and you can begin using it right away.

Manual Installation on OS X

To manually install the package, issue the following command in a terminal:

$> git clone git://github.com/bfad/Sublime-Lasso ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Lasso

To update to the latest version of this package:

$> cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Lasso
$> git pull

Syntax Highlighters

There are two syntax highlighters: “Lasso” and “HTML (Lasso)”. The former treats the file as completely Lasso code - no delimiters necessary. The latter treats the document as HTML with Lasso sprinkled in by any of the standard Lasso 9 delimiters.

License Information

This package is provided as-is and is placed in the Public Domain. Sublime Text itself is proprietary software and is probably copyrighted by Sublime HQ Pty Ltd