summaryrefslogtreecommitdiff
path: root/support/xcode/Specifications/Scala.pbfilespec
blob: e7739bfc62eaf1328973616c7c7b67522e148a4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
	Scala source file specs.
    23rd of July 2005 - Pascal Perez (plperez@stanford.edu)
*/

(
    {
      Identifier = sourcecode.scala;
      BasedOn = sourcecode;
      Name = "Scala Files";
      Extensions = (scala);
      MIMETypes = ("text/scala");
      ComputerLanguage = scala;
      IsTextFile = YES;
    }
)