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