Skip to content

Commit a5f789f

Browse files
committed
Update build regex to correctly parse Windows paths.
1 parent 5fdc320 commit a5f789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.sublime-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cmd": ["cargo", "build"],
33
"selector": "source.rust",
4-
"file_regex": "--> ([^:]+):([0-9]+):([0-9]+)$",
4+
"file_regex": "[ \\t]*-->[ \\t]*(.*?):([0-9]+):([0-9]+)$",
55
"syntax": "Cargo.build-language",
66

77
"variants": [

0 commit comments

Comments
 (0)