I have created PureScript.sublime-build in** ~/Library/Application Support/Sublime Text 3/Packages/User**
The issue is that I see PureScript in Tools / Build System but when I hit CMD+B while in file list.purs, it says No Build System …
Contents of PureScript.sublime-build:
{
"cmd": "psc", "$file"],
"selector": "source.purs"
}
How to make Sublime use this build system automatically? I have done a similar thing for Node and there it worked without such issues…