From be1c912b5d993ca29769bcc4deda2bfd16b6dcbf Mon Sep 17 00:00:00 2001 From: He1pa <56333845+He1pa@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:10:55 +0800 Subject: [PATCH] add plugin description to README, which needed by gradle (#35) Signed-off-by: he1pa <18012015693@163.com> --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c007f6b..7a77aad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # KCL Plugin for IntelliJ IDEA + + + The KCL IntelliJ IDEA plugin provides rich language support for the [KCL language](https://kcl-lang.io/). In addition, we also have a plugin implemented based on the LSP(Language Server Protocol), which can be found [here](https://github.com/kcl-lang/intellij-kcl-lsp) - + ## Quick Start Welcome to KCL developing! We hope this plugin enhances your development experience with KCL. @@ -26,7 +31,7 @@ This extension provides coding assistance such as basic syntax highlight, Intell This extension provides baisc keywords completion - +