Thanks William & TJF. Following your advice I wrote my own syntax highlighting file for pasm (for Sublime Text 3):
https://github.com/justinpearson/pasm-sublime-text-syntax-highlight Best, Justin On Sat, Jan 21, 2017 at 12:37 PM, William Hermans <[email protected]> wrote: > 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, 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. >> >> 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 a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/n2DJLpMNcl0/unsubscribe. > To unsubscribe from this group and all its topics, 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. -- 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/CABCHBhJOafcyE7%3DafF%2B9cQbmfnxn7jb0a7v5o8Y9v-ZfHserXg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
