Skip to content

Commit

Permalink
Add block-comment-tokens configuration for Java
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Dec 16, 2024
1 parent 250d9fa commit bae6a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,8 @@ file-types = ["java", "jav", "pde"]
roots = ["pom.xml", "build.gradle", "build.gradle.kts"]
language-servers = [ "jdtls" ]
indent = { tab-width = 2, unit = " " }
comment-token = "//"
comment-tokens = ["//"]
block-comment-tokens = { start = "/*", end = "*/" }

[[grammar]]
name = "java"
Expand Down

0 comments on commit bae6a58

Please sign in to comment.