mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add support for pde files (#9741)
This commit is contained in:
parent
00653c772e
commit
083a9e775d
@ -1028,7 +1028,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-julia", rev = "8fb3
|
|||||||
name = "java"
|
name = "java"
|
||||||
scope = "source.java"
|
scope = "source.java"
|
||||||
injection-regex = "java"
|
injection-regex = "java"
|
||||||
file-types = ["java", "jav"]
|
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 = " " }
|
||||||
|
Loading…
Reference in New Issue
Block a user