c

codeforth

@preview

Syntax highlighting support for the Forth programming language.

v0.1.0
MIT

Package Information

Last Updated
Minimum Typst Version
0.13.0
Categories
text

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/codeforth:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/codeforth:0.1.0": *

Version History

0.1.00.13.0
338347fb9538...

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

License

MIT