Hello,
I am trying to create a new plist entry for editing files in the SuperCollider language (see: http://www.sourceforge.net/projects/supercollider/ or http://en.wikipedia.org/wiki/SuperCollider )
I started by duplicating the entry for c++ and editing the initial entries as follows:
{ scopeName = "source.sc"; fileTypes = ( "sc", "rtf", "txt" );
However this did not work. It works for files of name <filename>.sc.rtf, <filename>.sc.txt but not for <filename>.sc
Could someone please help me correct the plist entry so that it works for <filename>.sc?
Otherwise the syntax definition for c++ works quite well to cover also the actual syntax of SuperCollider (some adjustments will be needed to make this complete).
Thanks,
Iannis Zannos