I'm working on a potential module for the Lift Web framework using Scala, SBT 0.12, and IntelliJ IDEA 12.1, and I would like to have syntax highlighting for *.sbt files in IDEA (code awareness would be a bonus).
I have the sbt-idea plugin for sbt which successfully builds my IDEA project. I also have the sbt plugin for IDEA, which allows me to run sbt commands from Run Configurations in IDEA.
When I associate *.sbt files with the Scala file type, IDEA shows all kinds of errors in the sbt script.
Is anyone working on an *.sbt file type for syntax highlighting or code awareness? If so, how do I use it?
Thanks!