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 5c147770..fe473f89 100644
--- a/languages.toml
+++ b/languages.toml
@@ -278,6 +278,15 @@ comment-token = "--"
indent = { tab-width = 2, unit = " " }
[[language]]
+name = "svelte"
+scope = "source.svelte"
+injection-regex = "svelte"
+file-types = ["svelte"]
+roots = []
+indent = { tab-width = 2, unit = " " }
+language-server = { command = "svelteserver", args = ["--stdio"] }
+
+[[language]]
name = "yaml"
scope = "source.yaml"
file-types = ["yml", "yaml"]