mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Add build.gradle to list of java roots (#5641)
This commit is contained in:
parent
c8d77cfdb5
commit
5c6b7127f8
@ -652,7 +652,7 @@ name = "java"
|
||||
scope = "source.java"
|
||||
injection-regex = "java"
|
||||
file-types = ["java"]
|
||||
roots = ["pom.xml"]
|
||||
roots = ["pom.xml", "build.gradle"]
|
||||
language-server = { command = "jdtls" }
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user