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 342
  • Linux 132
May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6
Windows 0 0 0 0 0 0 0 0 0 0 0 0 1 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
Mac 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 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 0 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