Supports: - Closure syntax: `(x, y) => z` - Shorthand for a single argument: `x => y` - Function syntax: `let f(x) = y` - Capturing of variables from the environment - Error messages for too few / many passed arguments Does not support: - Named arguments - Variadic arguments with `..` |
||
|---|---|---|
| .. | ||
| README.md | ||
| config.json | ||
| package.json | ||
| typst.tmLanguage.json | ||
README.md
Language support
This VS Code extension provides language support for Typst. It contains a syntax definition and a language configuration for comment toggling, autoclosing etc.