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

Map​Tool Syntax

by wwmoraes ST3

Syntax highlighting for RPTools' MapTool macros in Sublime Text.

Details

Installs

  • Total 263
  • Win 169
  • Mac 50
  • Linux 44
Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19
Windows 1 0 1 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

Sublime-MapTool-Syntax

Syntax highlighting for RPTools' MapTool macros in Sublime Text.

Features

  • Syntax Highlight

Does recognize pretty much everything inside the macro tags, with in-place HTML highlighting as well.

How to install through Sublime Text

You can easily install through the Command Palette:

  • Open the Command Palette… (CTRL+SHIFT+P on Windows/Linux or ⌘⇧P on Mac)
  • Type in Package Control: Install Package and hit Enter (just install package will do too)

* Type in MapTool Syntax and hit Enter

* Profit!

or grab your copy and install manually

Open the Command Palette, type in Browse Packages and paste the MapTool.sublime-syntax file there. Sublime Text will automatically load it. You can test it by:

  • opening an .rpmacro file;
  • changing the file type through the status bar;
  • changing the syntax through the Command Palette with the Set Syntax: MapTool Macro command.

To-Do's

  • Add the new functions (from 1.4 release)
  • Add javascript highlighting (for MapTool 1.4+)
  • Expand the repository to have commands and other goodies

Happy macro’ing!