Skip to content

Commit c9728bd

Browse files
committed
fix goto error jump positions being incorrect
1 parent e00b094 commit c9728bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow.sublime-build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"target": "flow_run_build",
3-
"file_regex" : "(?|(?:(^.*[.]hx):([0-9]+): (?:characters|lines) (\\d+-))(.+)|(.+\\.hx)[:](\\d+)[:])",
3+
"file_regex" : "(?:(?:(^.*[.]hx):([0-9]+): (?:characters|lines) (?:\\d+(-)?\\d+)) +:(.+))",
44
"selector": "source.flow, source.haxe, source.hxml"
55
}

0 commit comments

Comments
 (0)