Skip to content

Commit 95b05e8

Browse files
authored
Add file_regex to CPP build system
1 parent 090e262 commit 95b05e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CPP.sublime-build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"-c",
66
"g++ -std=gnu++17 -O2 -DLOCAL -Wall '${file}' -o '${file_path}/${file_base_name}' && timeout 3s '${file_path}/${file_base_name}'<in.txt>out.txt"
77
],
8+
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
89
"selector": "source.c, source.c++"
9-
}
10+
}

0 commit comments

Comments
 (0)