summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-27 12:38:05 +0200
committerLaurenz <laurmaedje@gmail.com>2023-03-27 12:38:05 +0200
commit2bbd8040c8f0f33b8abccd9d1c1c8b8dfad16b11 (patch)
tree5da0502cdf5440bfa603c2d48859ee4eecd208e9
parent5020f621951a353ad7b432adaeb9146562f12269 (diff)
Add note to VS Code extension
-rw-r--r--tools/support/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/support/README.md b/tools/support/README.md
index 68a98f96..c0efd090 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).