65816.tmbundle/Default.sublime-commands

28 lines
405 B
Plaintext
Raw Normal View History

[
{
"caption": "Merlin To Text",
"command": "merlin_to_text"
2018-10-13 22:02:15 +00:00
},
{
"caption": "Merlin MacGen",
"command": "merlin_mac_gen"
},
{
"caption": "Merlin Fix Space",
"command": "merlin_fixs"
},
2018-10-13 22:02:15 +00:00
{
"caption": "ORCA/M MacGen",
"command": "orca_mac_gen"
},
2024-10-31 14:19:47 +00:00
{
"caption": "ORCA/M Indent",
"command": "orca_indent"
},
2018-10-13 22:02:15 +00:00
{
"caption": "MPW Asm IIgs MacGen",
"command": "mpw_mac_gen"
}
]