Skip to content

Commit d82a6d0

Browse files
authored
Make build system interactive (#198)
1 parent e5014fd commit d82a6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Support/Nim.sublime-build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"cmd": ["nim", "c", "$file"],
33
"selector": "source.nim",
44
"file_regex": "^(?:Error: [^:]*: )?(.+\\.\\w+)\\((\\d+)(?:, (\\d+))?\\) (.*)",
5+
"interactive": true,
56

67
"variants": [
78
{

0 commit comments

Comments
 (0)