From fbba5f20e540a86308ac8db6ba026d7501d3f940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Tue, 8 Oct 2024 18:52:26 +1300 Subject: [PATCH] new: Add chester plugin. (#629) --- registry/data/third-party.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/registry/data/third-party.json b/registry/data/third-party.json index 3e3ee7615..8dcfb5427 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -135,6 +135,20 @@ "caddy" ] }, + { + "id": "chester", + "locator": "https://github.com/chester-lang/chester/raw/refs/heads/main/proto.toml", + "format": "toml", + "name": "chester", + "description": "Chester is a programming language.", + "author": "mio-19", + "homepageUrl": "https://github.com/chester-lang/chester", + "repositoryUrl": "https://github.com/chester-lang/chester", + "bins": [ + "chester", + "chester-lsp" + ] + }, { "id": "cmake", "locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/cmake/plugin.toml",