mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
language: add comment token for java files (#12266)
This commit is contained in:
parent
e14c346ee7
commit
4e5b0644a2
1 changed files with 1 additions and 0 deletions
|
@ -1183,6 +1183,7 @@ file-types = ["java", "jav", "pde"]
|
|||
roots = ["pom.xml", "build.gradle", "build.gradle.kts"]
|
||||
language-servers = [ "jdtls" ]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
comment-token = "//"
|
||||
|
||||
[[grammar]]
|
||||
name = "java"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue