Add .local extensions to env file types

This commit is contained in:
Daniel Lynn 2025-04-09 14:39:10 -05:00
parent ac018ce0f6
commit c83065cc3d
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -1,7 +1,7 @@
[[language]]
name = "env"
scope = "text.env"
file-types = ["test", "development", "staging", "production", "example", "env"]
file-types = ["test", "local", "development", "staging", "production", "example", "env"]
[language-server.rust-analyzer.config.check]
command = "clippy"