Add pom.xml as maven root directory marker (#1496)

imgbot
Alexis Mousset 2 years ago committed by GitHub
parent 85cf2648a2
commit f80da7b4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save