1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-01 07:46:05 +02:00

Add support for pde files (#9741)

This commit is contained in:
Chris 2024-02-28 12:18:00 +00:00 committed by GitHub
parent 00653c772e
commit 083a9e775d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = " " }