0

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.

Community
  • 1
  • 1
ConvexMartian
  • 331
  • 2
  • 14
  • Possible duplicate of [Converting Emacs/vim highlighting to TextMate (for SublimeText)](http://stackoverflow.com/questions/28592093/converting-emacs-vim-highlighting-to-textmate-for-sublimetext) – Keith Hall Jan 23 '17 at 10:12
  • @Keith, that post helps, but ST3 they've updated how their syntax highlighting works. – ConvexMartian Jan 23 '17 at 22:02
  • I created my own .sublime-syntax file for pasm [here](https://github.com/justinpearson/pasm-sublime-text-syntax-highlight). – ConvexMartian Jan 24 '17 at 01:58

0 Answers0