Skip to content

Instantly share code, notes, and snippets.

@mpilquist
Created February 2, 2014 00:09
Show Gist options
  • Save mpilquist/8761087 to your computer and use it in GitHub Desktop.
Save mpilquist/8761087 to your computer and use it in GitHub Desktop.
scalaVersion := "2.10.3"
libraryDependencies += "org.scala-sbt" % "completion" % "0.13.1"
import sbt.complete.DefaultParsers
object MyApp extends App {
println(DefaultParsers.validID("test"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment