ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Crackshell

by Crackshell ST3

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
Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22
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.

  1. 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.
  2. Syntax for .sval files. This builds upon the standards of XML, but highlights specific keywords such as dict, array, string, etc. Also specifically highlights strings named class, and applies a namespace/class scope to its value.
  3. 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.
  4. 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.
  5. Syntax for .fnt files.
  6. 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\