You can write your own syntax highlighter for Sublime Text3. I say this, because I've never seen any assembly language highlighting for Sublime text period. And yes, I do use Sublime text myself( for the last 4-5 years ). You might try using C highlighting, to see if the standard C highlighting also highlights inline assembly. But that's doubtful.
I was looking a while back for something similar, and the only thing I found was someone on parallax's forum's talking about having writen a syntax highlighter for Visual Studio Code( not to be confused with the Visual studio IDE ) and the p2asm language. Maybe It's possible to adapt that, or in a pinch just use it in code. I've been using VSC myself recently a lot for javascript, C, and C++. It's not a bad text editor at all. On Sat, Jan 21, 2017 at 11:25 AM, TJF <[email protected]> wrote: > Hi! > > I don't know SublimeText and can't help on topic. But in addition to the > TI configurations, I can provide pasm highlighting for Geany IDE > <http://www.geany.org>, if you're interested. > > Regards > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/beagleboard/b9fad1cd-8d55-42d6-96b9-8bd0b48a4417%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/b9fad1cd-8d55-42d6-96b9-8bd0b48a4417%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORoH7KRZYZOMz7OxpiwToprMevi-7%3D%3DJu%2BNdgmvqpbQuSA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
