Writing a highlighter is fairly simple and straightforward, but clicking on the link above show:
This page does not exist on our server (Error #404)
I think you can do it yourself using my attached template:[code]<?xml version="1.0" encoding="UTF-8"?>
uuid //Each file must have an unique ID
77AC23B6-8A90-11D9-BAA4-000A9584EC8D //ID = 77AC23B6-.....
name //Descripton, just to display in statusbar
Data Text //Descripton = Data Text
scopeName //Top level scope. Any name is ok. General naming convention use source. for programming languages; text. for markup and everything else
text.txt
fileTypes //List of file extensions. Auto activate this syntax definition when open these ext
// assigns multiple value to a single key
txt
md
patterns //[Mandatory] Patterns goes below inside
comment //[Optional] comment, ST ignore this
Markdown-style bold character //write any comment here
name //Scope name
link.email //Scope name = link.email (color is defined in .tmtheme)
match
\\^\]]+\]\] //Regex pattern
... <== insert many more here to define more scope names.
[/code]