aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index e923bb64..93cd653e 100644
--- a/languages.toml
+++ b/languages.toml
@@ -117,6 +117,15 @@ language-server = { command = "pyls" }
indent = { tab-width = 2, unit = " " }
[[language]]
+name = "nix"
+scope = "source.nix"
+injection-regex = "nix"
+file-types = ["nix"]
+roots = []
+
+indent = { tab-width = 2, unit = " " }
+
+[[language]]
name = "ruby"
scope = "source.ruby"
injection-regex = "ruby"