[sc-users] TextMate + SuperCollider revisited
newton armstrong
newton.armstrong at Dartmouth.EDU
Wed Sep 5 19:57:50 PDT 2007
what's not finished in the syntax highlighting? i thought i made the
text appear exactly as it does in the osx sc text editor...
if you want to do your own highlighting, it's not too hard. you just
use regular expressions to match language entities. eg. class parsing
looks like this:
{
name = 'entity.name.class.sc';
match = '\b[A-Z]\w*';
}
On Sep 5, 2007, at 6:29 PM, felix wrote:
> I tried to figure out how to finish the syntax highlighting (I really
> want class and method parsing).
> but I couldn't figure it all out and didn't have time to pursue it.
>
> maybe if we nicely asked some TM enthisast they might finish it.
>
>
> On 9/4/07, Michael Hairston <mhairston at gmail.com> wrote:
>> There is a posting on this list from 2005 where Newton Armstrong
>> mentioned he was developing a
>> SuperCollider bundle for TextMate. Seems like it works: it has basic
>> syntax highlighting, but that's about it. Has it been updated at
>> all?
>> There's no such bundle in the TM bundle repository.
>>
>> Anyone know how to execute selected code in SCLang from TextMate?
>> _______________________________________________
>> sc-users mailing list
>> sc-users at create.ucsb.edu
>> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>>
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
More information about the sc-users
mailing list