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