Skip to content

Commit

Permalink
Add support for pde files (helix-editor#9741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickenkeeper authored and Vulpesx committed Jun 7, 2024
1 parent 089b658 commit ada5ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-julia", rev = "8fb3
name = "java"
scope = "source.java"
injection-regex = "java"
file-types = ["java", "jav"]
file-types = ["java", "jav", "pde"]
roots = ["pom.xml", "build.gradle", "build.gradle.kts"]
language-servers = [ "jdtls" ]
indent = { tab-width = 2, unit = " " }
Expand Down

0 comments on commit ada5ae5

Please sign in to comment.