Skip to content

Commit

Permalink
language: add comment token for java files (helix-editor#12266)
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 authored and CedricMeu committed Jan 2, 2025
1 parent ac50ba4 commit af026fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit af026fa

Please sign in to comment.