AriaTemplates Highlighter
Aria Templates syntax highlighting for Sublime Text editor.
Details
Installs
- Total 2K
- Win 1K
- Mac 378
- Linux 186
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 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 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 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.