diff --git a/languages.toml b/languages.toml index 123ec8823..8cd092e48 100644 --- a/languages.toml +++ b/languages.toml @@ -36,6 +36,7 @@ scope = "source.elixir" injection-regex = "elixir" file-types = ["ex", "exs"] roots = [] +comment-token = "#" indent = { tab-width = 2, unit = " " } @@ -141,6 +142,7 @@ scope = "source.nix" injection-regex = "nix" file-types = ["nix"] roots = [] +comment-token = "#" indent = { tab-width = 2, unit = " " }