languages: Add missing comment token for elixir and nix

This commit is contained in:
Blaž Hrastnik 2021-08-07 15:04:37 +09:00
parent 385a6b5a1a
commit ba729349b8

View File

@ -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 = " " }