We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5014fd commit d82a6d0Copy full SHA for d82a6d0
Support/Nim.sublime-build
@@ -2,6 +2,7 @@
2
"cmd": ["nim", "c", "$file"],
3
"selector": "source.nim",
4
"file_regex": "^(?:Error: [^:]*: )?(.+\\.\\w+)\\((\\d+)(?:, (\\d+))?\\) (.*)",
5
+ "interactive": true,
6
7
"variants": [
8
{
0 commit comments