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 992d02d..c7f0432 100644 --- a/settings.json +++ b/settings.json @@ -204,5 +204,21 @@ "npm" ] } + ], + "swift": [ + { + "command": "sourcekit-lsp", + "requires": [ + "sourcekit-lsp" + ] + } + ], + "cobol": [ + { + "command": "cobol-language-support", + "requires": [ + "java" + ] + } ] } |