mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 09:18:07 -05:00
24 lines
564 B
Plaintext
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);
|
|
}
|