-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
43 lines (43 loc) · 999 Bytes
/
Copy pathDefault.sublime-commands
File metadata and controls
43 lines (43 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{
"caption": "FoxPro: Console",
"command": "foxconsole"
},
{
"caption": "FoxPro: Run",
"command": "foxpro_run"
},
{
"caption": "FoxPro: Compile",
"command": "foxpro_compile"
},
{
"caption": "FoxPro: Modify Structure",
"command": "foxpro_modistru"
},
{
"caption": "FoxPro: Browse",
"command": "foxpro_brow"
},
{
"caption": "FoxPro: Edit Commands",
"command": "open_file", "args":
{
"file": "${packages}/Foxpro/Default.sublime-commands"
}
},
{
"caption": "FoxPro: Edit Language Settings",
"command": "open_file", "args":
{
"file": "${packages}/Foxpro/Foxpro.tmLanguage"
}
},
{
"caption": "FoxPro: Edit Completions Snippets",
"command": "open_file", "args":
{
"file": "${packages}/Foxpro/Visual Foxpro.sublime-completions"
}
}
]