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
Forth syntax highlighting for Typst.
#import "@preview/codeforth:0.1.0": forth-syntax
#set raw(syntaxes: forth-syntax)
```forth
: fun 1 2 + ;
```
MIT