Add note to VS Code extension

This commit is contained in:
Laurenz 2023-03-27 12:38:05 +02:00
parent 5020f62195
commit 2bbd8040c8

View File

@ -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).