language: add comment token for java files (#12266)

This commit is contained in:
TornaxO7 2024-12-16 16:24:04 +01:00 committed by GitHub
parent e14c346ee7
commit 4e5b0644a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1183,6 +1183,7 @@ file-types = ["java", "jav", "pde"]
roots = ["pom.xml", "build.gradle", "build.gradle.kts"] roots = ["pom.xml", "build.gradle", "build.gradle.kts"]
language-servers = [ "jdtls" ] language-servers = [ "jdtls" ]
indent = { tab-width = 2, unit = " " } indent = { tab-width = 2, unit = " " }
comment-token = "//"
[[grammar]] [[grammar]]
name = "java" name = "java"