Add support for pde files (#9741)

pull/9754/head
Chris 4 months ago committed by GitHub
parent 00653c772e
commit 083a9e775d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save