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

https://github.com/way2muchnoise/zenscript-highlighter

Sublime Text highlighting for ZenScript used in MineTweaker, CraftTweaker and ModTweaker
https://github.com/way2muchnoise/zenscript-highlighter

highlighting minecraft minetweaker package-control sublime-text zenscript

Last synced: about 1 year ago
JSON representation

Sublime Text highlighting for ZenScript used in MineTweaker, CraftTweaker and ModTweaker

Awesome Lists containing this project

README

          

# ZenScript-Highlighter
Sublime Text highlighting for ZenScript used in [MineTweaker](https://github.com/stanhebben/MineTweaker3), [CraftTweaker](https://github.com/jaredlll08/CraftTweaker) and [ModTweaker](https://github.com/jaredlll08/ModTweaker)

Inspired by [Nincrafts highlighting](https://github.com/Nincraft/minetweaker-syntax-highlighting), but a little more colourful.

The package can be found on [Package Control](https://packagecontrol.io/packages/ZenScript). How to install package control for Sublime text is found [here](https://packagecontrol.io/installation).
[Examples below](#example)

## Manual Install
The [ZenScript.sublime-syntax](ZenScript.sublime-syntax) should be placed under `%appdata%\Sublime Text 3\Packages\User`

You can also use [ZenScript.source.sublime-syntax](ZenScript.source.sublime-syntax)) which has an indent on wordwrap.

Comparisons of the wordwraps:
* [ZenScript.sublime-syntax word wrap example](http://puu.sh/slBMs/b4ccafbecd.png)
* [ZenScript.source.sublime-syntax word wrap example](http://puu.sh/slBPe/bde1c852ff.png)

Now also has a bunch of completions. Want to support your own addon? Go read [scripts/README.md](scripts/README.md)

Feel free to PR, fork or redistribute.

# Example
## Before
![](http://puu.sh/slx5e/66fdfc036b.png)

## After
![](http://puu.sh/slx74/edc395183b.png)