Crackshell
Syntax highlighters for Crackshell's AngelScript, SValue, Unit, and Effect file formats, for Sublime Text 3.
Details
Installs
- Total 128
- Win 81
- Mac 31
- Linux 16
May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 1 | 0 | 0 | 0 |
Mac | 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 |
Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Crackshell package for Sublime Text
This package includes several Sublime Text syntaxes for multiple parts of Crackshell's game engine.
- Complete replacement for the AngelScript syntax, providing a more complete and somewhat context-aware syntax highlighting, specifically suited to fit some of the engine's API.
- Syntax for
.sval
files. This builds upon the standards of XML, but highlights specific keywords such asdict
,array
,string
, etc. Also specifically highlights strings namedclass
, and applies a namespace/class scope to its value. - Syntax for
.unit
files. It's also based on XML, and is somewhat context-aware. Behaviors embed the SValue syntax, and attributes are contextually highlighted. - Syntax for
.effect
files. Like XML, but also highlights expressions within attributes that accept them. Also embeds the sval syntax whenever a<data>
tag is used. - Syntax for
.fnt
files. - Syntax for
.lang
files, with additional tag validation and highlighting of%parameters%
.
All syntaxes recognize the preprocessor commands as well, starting with %
.
How to install
First of all, you require to have Sublime Text 3 version 3103 or later.
The easiest way to install this package is through Package Control. In Sublime Text, simply press Ctrl+Shift+P
, navigate to “Install package”, and find the package named “Crackshell”. If you don't see the package, you might have an older version of Sublime Text that is not supported by this package.
Manual install is done by making a folder in your packages folder. On Windows for example, you clone the repository here: C:\Users\Username\AppData\Roaming\Sublime Text 3\Packages\Crackshell\