-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
36 lines (36 loc) · 983 Bytes
/
Default.sublime-commands
File metadata and controls
36 lines (36 loc) · 983 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
[
{
"caption": "Colored Comments: Edit Color Scheme",
"command": "colored_comments_edit_scheme"
},
{
"caption": "Colored Comments: GoTo Comment",
"command": "colored_comments_list_tags",
"args": {
"tag_filter": null
}
},
{
"caption": "Colored Comments: List All Tags",
"command": "colored_comments_list_tags"
},
{
"caption": "Colored Comments: List All Tags in Current File",
"command": "colored_comments_list_tags",
"args": {
"current_file_only": true
}
},
{
"caption": "Colored Comments: Show Debug Logs",
"command": "colored_comments_show_logs"
},
{
"caption": "Colored Comments: Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/Colored Comments/colored_comments.sublime-settings",
"default": "{\n\t$0\n}\n"
}
}
]