I'm programming the Beaglebone Black's "Programmable Real-Time Unit" in an assembly language called pasm. I would like Sublime Text to color my code (syntax highlight).
Texas Instruments provides pasm language definition files for Vim, Notepad++, and TextPad:
http://processors.wiki.ti.com/index.php/PASM_Syntax_Highlighting
Is there some way to use one of these in Sublime Text 3?
This link describes the syntax-highlighting method for ST2, but in ST3 they've changed it to use .sublime-syntax
files.