mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Add pom.xml as maven root directory marker (#1496)
This commit is contained in:
parent
85cf2648a2
commit
f80da7b4de
@ -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]]
|
||||
@ -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 = " " }
|
||||
|
Loading…
Reference in New Issue
Block a user