Sublime Forum

Help creating super simple language package

#1

I look at crash call stacks all day in the form of:

0000FFFF AAAA9999 module!method+0x00F [c:\some\path\filename.ext @ 1234]

And it would really help if I could syntax highlight it so the import bits (module, method name then filename and line number) jumped out. Seems like a great use for a custom language and maybe even get fancy and make it so I can click on the filename/line number portion and have it jump to the file in question but at a minimum I need help just getting the syntax going.

I’m a dev but I’m trying to squeeze learning the syntax language in between meetings/deadlines so any pointers on taking a first stab would be greatly helpful. Right now I’m staring at a random language (SQL.tmLanguage) and my eyes are bugging out thinking I actually have to edit in XML to get this off the ground.

Thoughts/help?

  • Shawn
0 Likes

#2

This could come in handy:

sublimetext.info/docs/en/extensi … xdefs.html

0 Likes