mpeltonen / sbt-idea

A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files
Other
1.07k stars 153 forks source link

Wrong build.sbt syntax highlighting when subproject shares package name with build #303

Open 2m opened 10 years ago

2m commented 10 years ago

When a subroject shares the same package name as build files, build.sbt of the subproject has wrong syntax highlighting.

Sbt loads the project just fine.

Sample project here.