From 2bbd8040c8f0f33b8abccd9d1c1c8b8dfad16b11 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 27 Mar 2023 12:38:05 +0200 Subject: [PATCH] Add note to VS Code extension --- tools/support/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/support/README.md b/tools/support/README.md index 68a98f96e..c0efd0902 100644 --- a/tools/support/README.md +++ b/tools/support/README.md @@ -1,4 +1,8 @@ # Language support +This VS Code extension provides minimal language support for Typst. It contains +a syntax definition and a language configuration for comment toggling, +autoclosing etc. -This VS Code extension provides language support for Typst. It contains a syntax -definition and a language configuration for comment toggling, autoclosing etc. +The extension was created for development purposes only. It is not maintained +and its grammar is not 100% accurate. For a more actively developed extension +see the third-party [Typst LSP](https://github.com/nvarner/typst-lsp).