Re: [beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-25 Thread TJF
This file does more than highlighting definitions. Ie. you can configure compiler commands or set some default custom commands for the specified file type. For color declaration there's a similar system in Geany. You can define named colors in the file *filetypes.common* and then use those

Re: [beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-25 Thread Justin Pearson
Thanks TJF. Geany does syntax-highlighting a lot more simply than Sublime Text. In ST you don't pick the colors for keywords; instead, you use regexps to assign semantic meaning to certain strings, like a string matching "\b[0-9]+\b" (a number) is assigned type "constant.numeric" whereas a string

[beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-24 Thread TJF
Am Dienstag, 24. Januar 2017 17:54:04 UTC+1 schrieb Justin Pearson: > > TJF, would you post your pasm highlighter for Geany? > Here you are: # For complete documentation of this file, please see Geany's main documentation [styling] # foreground;background;bold;italic

Re: [beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-24 Thread Justin Pearson
On Tuesday, January 24, 2017 at 1:35:39 AM UTC-8, William Hermans wrote: > > syntax highlighting file for pasm (for Sublime Text 3): > > > > https://github.com/justinpearson/pasm-sublime-text-syntax-highlight > > Awesome ! > BTW, I tried to add a link to this pasm syntax highlighter to the

[beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-24 Thread Justin Pearson
On Saturday, January 21, 2017 at 10:25:46 AM UTC-8, TJF wrote: > > 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. > TJF, would you post your pasm

Re: [beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-24 Thread William Hermans
On Mon, Jan 23, 2017 at 6:59 PM, Justin Pearson wrote: > > 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

Re: [beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-23 Thread Justin Pearson
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 wrote: > You can write your

Re: [beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-21 Thread William Hermans
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

[beagleboard] Re: Syntax highlighter for pasm in Sublime Text 3

2017-01-21 Thread TJF
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