AriaTemplates Highlighter
Aria Templates syntax highlighting for Sublime Text editor.
Details
Installs
- Total 2K
- Win 1K
- Mac 398
- Linux 194
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 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 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 Text - Aria Templates Highlighter
Syntax Highlighter for Aria Templates in Sublime Text Editor.
Installation guide
With Package Control:
The easiest way to install is through Package Control
Once you install Package Control, restart Sublime Text 2, bring up the Command Palette (Command+Shift+P
on OS X, Control+Shift+P
on Linux/Windows). Select “Package Control: Install Package”, then select AriaTemplates Highlighter. This method will automatically keep AriaTemplates Highligher up to date.
Manual Installation:
- Download “Aria Templates.tmLanguage”
- Go to your packages (in Sublime : Preferences > Browse Packages…)
- Create a folder named “AriaTemplates Highlighter”
- Copy “Aria Templates.tmLanguage” in this folder
*.tpl and *.tml files should automatically be recognized by Sublime as Aria Templates. For tpl.css files, you will have to set it manually.
Developed with Monokai theme. Should be compatible with other themes nicely.
Contribute
- Go read this http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html
- Install AAAPackageDev if not done already
- Reuse the existing “Aria Templates.JSON-tmLanguage”
AAAPackageDev takes care of translating the JSON version of the syntax definition to the much harder to read XML format.