Revert "Fix percent-escape URI issue (hopefully)."
[lilypad-macos.git] / URLHandle.scriptTerminology
blob5012aa552985a6c30b0b5941dec20b7fe5d56361
1 // URLHandler.scriptTerminology:
2 {  
3     Name = "URLHandler commands";
4     Description = "Commands to handle a URL";
5     
6     Commands = {
7         "GetURL" = {
8             "Name" = "get URL";
9             "Description" = "Open a URL";
10         };
11     };