Package Information
- Last Updated
- Minimum Typst Version
- 0.13.0
- Authors
- Alexander Brevig
- Categories
- text
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/codeforth:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/codeforth:0.1.0": *codeforth
Forth syntax highlighting for Typst.
Installation
#import "@preview/codeforth:0.1.0": forth-syntax
#set raw(syntaxes: forth-syntax)
```forth
: fun 1 2 + ;
```
Credits
- Syntax patterns informed by mitranim/sublime-forth
License
MIT