Add support for working with painless scripts

This commit is contained in:
Daniel Lynn 2025-05-12 11:40:52 -05:00
parent ac6926123a
commit 5557d68a9a
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -3,6 +3,10 @@ name = "env"
scope = "text.env" scope = "text.env"
file-types = ["test", "local", "development", "staging", "production", "example", "env"] file-types = ["test", "local", "development", "staging", "production", "example", "env"]
[[language]]
name = "java"
file-types = ["java", "jav", "pde", "painless"]
[language-server.rust-analyzer.config.check] [language-server.rust-analyzer.config.check]
command = "clippy" command = "clippy"