typst(9)typ, typst - Typst Markup File.
hktypst.emf - Typst file hook definition
typst.eaf - Typst abbreviation file
typst.etf - Typst template file
.typ, .typst, .ttyp, .ttypst - Typst files
The Typst file hook provides a editing environment for Typst files. The file hook provides highlighting, folding of section, document outline using item-list and abbreviations. Fenced code blocks within triple backticks can be highlighted using the declared code block language.
File recognition is performed using the standard file extension .typ, .typst or the extensions .ttyp and .ttypst. The latter two file extensions indicate there are non-Typst based extensions for instance to embed code of other programming languages like R or Tcl within the file which needs to be processed with tools like tmdoc before the document can be compiled with the Typst compiler.
Abbreviations
Folding and Information Hiding
List Items
Short Cuts
C-c C-c - Comment out the current line.
C-c C-d - Uncomment the current line.
f2 - (un)fold the current region
f3 - (un)fold all regions
f6 - list items
esc f6 - close list items
Code Chunk Highlighting
```r
x = 1
test = function () {
print("Test")
}
```
abbrev-list(3), collapse-all(3), collapse-current(3), expand-abbrev-handle(3), item-list(3), adoc(9), md(9), wiki(9)
(c) Copyright JASSPA 2025
Last Modified: 2025/10/20
Generated On: 2025/12/01