I am working on a potential module for the Lift Web platform using Scala, SBT 0.12 and IntelliJ IDEA 12.1, and I would like to have syntax highlighting for * .sbt files in IDEA (understanding the code would be a bonus).
I have an sbt-idea plugin for sbt that successfully creates an IDEA project. I also have a sbt plugin for IDEA that allows me to run sbt commands from Run Configurations in IDEA.
When I link the * .sbt files to the Scala file type, IDEA shows all kinds of errors in the sbt script.
Does anyone work on a * .sbt file type for syntax highlighting or code recognition? If so, how to use it?
Thanks!
scala intellij-idea syntax-highlighting sbt sbt-idea
Jeff may
source share