Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artstorm/sublime-text-lscript
- Owner: artstorm
- Created: 2011-11-21T18:20:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-28T00:41:20.000Z (almost 13 years ago)
- Last Synced: 2024-10-06T23:41:13.807Z (30 days ago)
- Topics: autocomplete, lscript, snippets, sublime-text, sublime-text-3, sublime-text-4, sublime-text-package, sublime-text-plugin, syntax-highlighting, tmlanguage
- Homepage: https://artstorm.net/plugins/lscript-sublime-text-package/
- Size: 121 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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