Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artstorm/sublime-text-lscript

LightWave 3D LScript package for Sublime Text
https://github.com/artstorm/sublime-text-lscript

autocomplete lscript snippets sublime-text sublime-text-3 sublime-text-4 sublime-text-package sublime-text-plugin syntax-highlighting tmlanguage

Last synced: 7 days ago
JSON representation

LightWave 3D LScript package for Sublime Text

Awesome Lists containing this project

README

        

# LightWave 3D LScript package for Sublime Text

Syntax highlighting, auto completion, templates, snippets and comments toggling.

Usage
-----

Not much to say about the syntax highlighting, it just works. Auto completion in Sublime Text 2 is performed with ctrl+space and/or tab depending on the preferences. Currently auto completion is available for LScript GUI controls and LScript constants.

All the standard templates from LSED are included as Sublime Snippets and can be used as boiler plates for new projects. Also a code snippet for Modeler monitor progress is included, tab triggered with `mon`.

[More information »](http://www.artstorm.net/plugins/lscript-sublime-text-package/)

## Install
Easiest way to install the package is to simply grab the `LScript.sublime-package` file. A git user can clone this repo directly into the Sublime application, which makes it a bit easier to keep up to date.

### Manual

1. Download the latest `LScript.sublime-package` from [downloads](https://github.com/artstorm/Sublime-Text-LScript/downloads).
2. Copy it to your Sublime's `Data/Installed Packages` folder.
3. Restart Sublime Text.

### Using Git

Go to your Sublime Text 2 `Data/Packages` folder and clone the repository using the command below:

git clone git://github.com/artstorm/Sublime-Text-LScript.git LScript