aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index c679dbd..992d02d 100644
--- a/settings.json
+++ b/settings.json
@@ -188,5 +188,21 @@
"java"
]
}
+ ],
+ "elm": [
+ {
+ "command": "elm-language-server",
+ "requires": [
+ "npm"
+ ]
+ }
+ ],
+ "json": [
+ {
+ "command": "json-languageserver",
+ "requires": [
+ "npm"
+ ]
+ }
]
}