aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-08-07 06:04:37 +0000
committerBlaž Hrastnik2021-08-07 06:04:37 +0000
commitba729349b8b443ab362f2f8090a573194b032710 (patch)
tree67c229d9cd8887300ddcdb1365319f08a20582fd /languages.toml
parent385a6b5a1adddfc26e917982641530e1a7c7aa81 (diff)
languages: Add missing comment token for elixir and nix
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
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 = " " }