Skip to content

Commit

Permalink
Merge pull request #7 from g00dy22/master
Browse files Browse the repository at this point in the history
use generic fsharp interpreter on non-windows systems
  • Loading branch information
hoest committed Mar 17, 2017
2 parents f429b8b + b7ebcc8 commit da846f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions F#.sublime-build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cmd": ["fsi.exe", "$file"],
"osx": {
"cmd": ["fsharpi", "$file"]
"cmd": ["fsharpi", "$file"],
"windows": {
"cmd": ["fsi.exe", "$file"]
},
"file_regex": "^((?:.*)\\.(?:fs(?:i|x)?))\\(([0-9]*),([0-9]*)\\): (.*)$",
"selector": "source.fsharp"
Expand Down

0 comments on commit da846f4

Please sign in to comment.