1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-03 08:26:10 +02:00

Add build.gradle to list of java roots (#5641)

This commit is contained in:
Jared Moulton 2023-01-23 00:49:54 -07:00 committed by GitHub
parent c8d77cfdb5
commit 5c6b7127f8
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = " " }