diff options
-rw-r--r-- | languages.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 123ec882..8cd092e4 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 = " " } |