From a71fa3aeacd54ce5acc7d5fa2472bcf799c6a92f Mon Sep 17 00:00:00 2001 From: riccardoperra Date: Mon, 11 Nov 2024 22:13:20 +0100 Subject: [PATCH] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d20b6f4..7c06cdf 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ See some implementations in `store` folder: - [CodeMirror6](https://codemirror.net/): used to display the YAML editor and merge view. The LSP integration is a revisited version of [codemirror-languageserver](https://github.com/FurqanSoftware/codemirror-languageserver), which was a good starting point to integrate the GitHub workflow language server. + - [packages/yaml-editor/src/lsp](https://github.com/riccardoperra/pipelineui/tree/main/packages/yaml-editor/src/lsp) - Portion of CodeMirror implementation is present in the [@pipelineui/yaml-editor](./packages/yaml-editor) - [actions/languageservices](https://github.com/actions/languageservices): The language service repo for GitHub workflows and expressions. This was used to parse the workflow files and validate them, and enhance the editor code