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

19 lines
523 B
Plaintext

{
Classes = {
NSApplication = {
Description = "TextMate's top-level object.";
Name = application;
PluralName = applications;
};
};
Commands = {
GetURL = {
Description = "Open an URL";
Name = "get url";
UnnamedArgument = { Description = "url to open, should start with txmt://"; };
};
};
Description = "AppleScript commands and classes specific to TextMate.";
Name = "TextMate suite";
}