Age of Empires 2 Random Map Scripting support for Sublime Text
- Install Package Control for Sublime Text.
- Select
Install Packagein command palette, then searchaoe2-rms.
- Allowed identifiers to start with digits.
- Separated VS Code and Sublime Text support into two repos as they're becoming quite different.
- Pulled latest changes from VS Code extension.
- Fixed highlighting of command blocks that start on the same line:
create_object TOWN_CENTER { ... }. - Fixed parsing
ifandelseifwhere identifier is valid but not UPPER_CASE. Identifiers can be almost anything.
- Fixed highlighting of inline comments after commands and directives.
- Added meta info:
LICENSEfile, links to the repo inpackage.json.
- Added syntax highlighting.
