diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 8081274..f5604ef 100644 --- a/settings.json +++ b/settings.json @@ -202,5 +202,21 @@ "npm" ] } + ], + "swift": [ + { + "command": "sourcekit-lsp", + "requires": [ + "sourcekit-lsp" + ] + } + ], + "cobol": [ + { + "command": "cobol-language-support", + "requires": [ + "java" + ] + } ] } |