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
- Host: GitHub
- URL: https://github.com/way2muchnoise/zenscript-highlighter
- Owner: way2muchnoise
- License: mit
- Created: 2016-11-13T13:56:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T20:52:40.000Z (over 6 years ago)
- Last Synced: 2025-02-28T18:48:28.706Z (about 1 year ago)
- Topics: highlighting, minecraft, minetweaker, package-control, sublime-text, zenscript
- Language: Python
- Size: 54.7 KB
- Stars: 15
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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

## After
