mirror of
https://github.com/helix-editor/helix.git
synced 2024-12-18 22:11:55 +04:00
Add block-comment-tokens configuration for Java
Ref https://github.com/helix-editor/helix/pull/12266#issuecomment-2546370787
This commit is contained in:
parent
250d9fa8fe
commit
bae6a58c3c
@ -1184,7 +1184,8 @@ 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 = "//"
|
comment-tokens = ["//"]
|
||||||
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "java"
|
name = "java"
|
||||||
|
Loading…
Reference in New Issue
Block a user