From c1f45272128e54f48217a2d6b69eaa16ec14f33b Mon Sep 17 00:00:00 2001 From: Melissa Geels Date: Tue, 19 Nov 2019 14:13:06 +0100 Subject: [PATCH] Updated readme --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index d3895c4..0b7cd8f 100644 --- a/Readme.md +++ b/Readme.md @@ -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 `` 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.