Add .local extensions to env file types

This commit is contained in:
2025-04-09 14:39:10 -05:00
parent ac018ce0f6
commit c83065cc3d

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"