From 6fa5eb358c24dc7e0838e790ec0b45141d56a909 Mon Sep 17 00:00:00 2001 From: Mitsuo Heijo Date: Thu, 26 Dec 2019 01:32:29 +0900 Subject: feature: support swift and cobol --- settings.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'settings.json') 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" + ] + } ] } -- cgit v1.2.3-54-g00ecf