Crackshell
Syntax highlighters for Crackshell's AngelScript, SValue, Unit, and Effect file formats, for Sublime Text 3.
Details
Installs
- Total 125
- Win 79
- Mac 30
- Linux 16
Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 |
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 | 0 | 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\