forked from wl879/SublimeOnSave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDefault.sublime-settings
More file actions
37 lines (36 loc) · 953 Bytes
/
Default.sublime-settings
File metadata and controls
37 lines (36 loc) · 953 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
{
"console":{
"command_mode" : true,
"font_size" : 10,
"result_file_regex" : "(\\/?(?:[\\w\\-\\.]*?\\/)+[\\w\\-\\.]+\\.\\w+) *(?:\" *|:|, *line|at *line){0,2} *(\\d*)",
"line_numbers" : false,
"scroll_past_end" : false,
"word_wrap" : true,
"gutter" : false,
"line_padding_bottom" : 0,
"line_padding_top" : 0
},
"config_template" : [
"VAR:",
" # variable",
"ENV:",
" # environment variable",
"CONSOLE : right",
"",
"LISTENER:",
" - CMD : echo \"Hello \\$FILE\"",
" CONSOLE : right",
" WATCH : *.js, *.css",
" EXCLUDE: test.js",
" TIMEOUT : 5000",
"",
" - CMD : echo \"Hello \\$FILE again\"",
"",
"# \\$ROOT = .onsave file directory",
"# \\$FILE = current file path",
"# \\$FILENAME = current file name",
"# \\$BASENAME = current file name, not postfix",
"# \\$DIR = current file directory",
""
]
}