forked from wzdf1982/DetectSyntax
-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
24 lines (24 loc) · 660 Bytes
/
Default.sublime-commands
File metadata and controls
24 lines (24 loc) · 660 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
[
{
"caption": "ApplySyntax: Settings",
"command": "edit_settings", "args": {
"base_file": "${packages}/ApplySyntax/ApplySyntax.sublime-settings",
"default": "{\n$0\n}\n"
}
},
{
"caption": "ApplySyntax: Documentation",
"command": "apply_syntax_open_site",
"args": {
"url": "http://facelessuser.github.io/ApplySyntax/"
}
},
{
"caption": "ApplySyntax: Browse Syntaxes",
"command": "apply_syntax_browse"
},
{
"caption": "ApplySyntax: Copy Current Syntax to Clipboard",
"command": "apply_syntax_current"
}
]