mirror of
https://github.com/typst/typst
synced 2025-05-16 18:15:29 +08:00
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 `..`
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.