-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMain.sublime-menu
More file actions
24 lines (24 loc) · 797 Bytes
/
Copy pathMain.sublime-menu
File metadata and controls
24 lines (24 loc) · 797 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
[{
"id": "preferences",
"children": [
{
"id": "package-settings",
"children": [
{
"caption": "HTML (C#)",
"children": [
{
"caption": "Settings",
"id": "cshtml-settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/HTML (C#)/HTML (C#).sublime-settings",
"default": "/* See the left pane for the list of settings and valid values. */\n{\n\t$0\n}\n",
},
},
]
},
]
},
]
}]