diff --git a/helix/languages.toml b/helix/languages.toml index 4098859..8e6d6d3 100644 --- a/helix/languages.toml +++ b/helix/languages.toml @@ -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"