aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 88882f3e..5c2bc8bb 100644
--- a/languages.toml
+++ b/languages.toml
@@ -432,10 +432,20 @@ roots = []
indent = { tab-width = 2, unit = " " }
[[language]]
+name = "dart"
+scope = "source.dart"
+file-types = ["dart"]
+roots = ["pubspec.yaml"]
+auto-format = true
+comment-token = "//"
+language-server = { command = "dart", args = ["language-server", "--client-id=helix"] }
+indent = { tab-width = 2, unit = " " }
+
+[[language]]
name = "scala"
scope = "source.scala"
roots = ["build.sbt"]
file-types = ["scala", "sbt"]
comment-token = "//"
indent = { tab-width = 2, unit = " " }
-language-server = { command = "metals" }
+language-server = { command = "metals" } \ No newline at end of file