Files
textmate/Applications/TextMate/resources/TextMate.scriptTerminology
2016-08-29 12:44:15 +02:00

19 lines
514 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";
}