From 4251dddd67a1fbd3e3f3e8cd73820275063d61e9 Mon Sep 17 00:00:00 2001 From: mattn Date: Sat, 15 Feb 2020 22:44:46 +0900 Subject: [PATCH 1/2] Add efm-langserver --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index f807442..e45aa1a 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -127,4 +127,5 @@ index: 1 | YAML (with JSON schemas)| [Adam Voss](https://github.com/adamvoss) | [vscode-yaml-languageservice](https://github.com/adamvoss/vscode-yaml-languageservice) | TypeScript | | YAML| [Red Hat Developers](https://github.com/redhat-developer) | [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) | TypeScript | | [YANG](https://tools.ietf.org/html/rfc7950)| [Yang tools](https://github.com/yang-tools) | [yang-lsp](https://github.com/yang-tools/yang-lsp) | XTend | +| * | [mattn](https://github.com/mattn) | [efm-langserver](https://github.com/mattn/efm-langserver) | Any | {: .table .table-bordered .table-responsive} From 15aaad9ef633ee83d92564b7dc4fe7d24e72dab6 Mon Sep 17 00:00:00 2001 From: mattn Date: Sat, 15 Feb 2020 22:50:56 +0900 Subject: [PATCH 2/2] Update _implementors/servers.md --- _implementors/servers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_implementors/servers.md b/_implementors/servers.md index e45aa1a..2383b79 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -127,5 +127,6 @@ index: 1 | YAML (with JSON schemas)| [Adam Voss](https://github.com/adamvoss) | [vscode-yaml-languageservice](https://github.com/adamvoss/vscode-yaml-languageservice) | TypeScript | | YAML| [Red Hat Developers](https://github.com/redhat-developer) | [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) | TypeScript | | [YANG](https://tools.ietf.org/html/rfc7950)| [Yang tools](https://github.com/yang-tools) | [yang-lsp](https://github.com/yang-tools/yang-lsp) | XTend | -| * | [mattn](https://github.com/mattn) | [efm-langserver](https://github.com/mattn/efm-langserver) | Any | +| * | [mattn](https://github.com/mattn) | [efm-langserver](https://github.com/mattn/efm-langserver) | [Go](https://golang.org/) | + {: .table .table-bordered .table-responsive}