Files
textmate/Applications/TextMate/resources/TextMate.scriptSuite
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

24 lines
564 B
Plaintext

{
AppleEventCode = AviN;
Classes = {
NSApplication = {
AppleEventCode = capp;
Superclass = "NSCoreSuite.NSApplication";
};
};
Commands = {
GetURL = {
AppleEventClassCode = GURL;
AppleEventCode = GURL;
CommandClass = GetURLScriptCommand;
Type = "";
UnnamedArgument = {
Type = NSString;
Optional = NO;
};
};
};
Name = TextMate;
UsedFeatures = (UnnamedArguments);
}