jarhart / SublimeSBT

SBT build tool integration for Sublime Text 2 and Sublime Text 3.
MIT License
98 stars 10 forks source link

SBT projects can contain files with any name in the project folder, but only Build.scala is recognized #4

Closed coltfred closed 11 years ago

coltfred commented 11 years ago

If an SBT project exists, but the project folder doesn't contain a Build.scala file it's not recognized.

Either the folder should be looked for or it should look for the folder or it should look for any .scala file.

jarhart commented 11 years ago

It turns out any .sbt file in the root should be recognized as well, so I've included that now too, as well as updating the Play project detection for Play 2.1.