Our company CMS uses a templating language that is syntactically similar to Razor, I set out to write a simple highlighting plugin for sublime.
I presumed a simple solution would be available to simply write a regex and color script, but all I found was barebones documentation on what appeared to be an over-complicated solution.
Granted, there appears to be some kind of “code highlighting standard” being used that may in fact be required by more complex programming languages, but for simple templating languages, a lot of steps are really unnecessary.
Better yet, a tool to simplify the process would be great. The AAAPackageDev plugin seems to only be putting lipstick on the pig and there are rumours it’s not compatible with ST3.
If anyone can write comprehensive, up-to-date documentation on the subject it would be much appreciated.