Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat committed Nov 19, 2019
1 parent fda4e21 commit c1f4527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This package includes several Sublime Text syntaxes for multiple parts of Cracks
1. Complete replacement for the [AngelScript](https://github.com/wronex/sublime-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.

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](https://www.sublimetext.com/blog/articles/sublime-text-3-build-3103) or later.
Expand Down

0 comments on commit c1f4527

Please sign in to comment.