Skip to content

Commit

Permalink
Add pom.xml as maven root directory marker
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jan 12, 2022
1 parent f77dbc7 commit 08894e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ name = "java"
scope = "source.java"
injection-regex = "java"
file-types = ["java"]
roots = []
roots = ["pom.xml"]
indent = { tab-width = 4, unit = " " }

[[language]]
Expand Down Expand Up @@ -497,7 +497,7 @@ indent = { tab-width = 2, unit = " " }
[[language]]
name = "scala"
scope = "source.scala"
roots = ["build.sbt"]
roots = ["build.sbt", "pom.xml"]
file-types = ["scala", "sbt"]
comment-token = "//"
indent = { tab-width = 2, unit = " " }
Expand Down

0 comments on commit 08894e6

Please sign in to comment.