Files
test/frontend/static/languages/code_typst.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

51 lines
615 B
JSON

{
"name": "code_typst",
"noLazyMode": true,
"ligatures": false,
"words": [
"#use",
"#set par(justify: true)",
"#show",
"#set",
"#let",
"#par",
"#figure",
"#underline",
"#smallcaps",
"#grid",
"#box",
"#place",
"#import",
"#link",
"#lorem(50)",
"let",
"#{",
"}",
"#(",
")",
"#[",
"]",
"$",
"@",
"*",
"-",
"_",
"\\",
"/",
"//",
"floor(x)",
"cal(A)",
"NN",
"RR",
">",
"<",
">=",
"gt.eq.not",
"sum_(k=1)^oo",
"pi",
"&=",
"vec",
"mat"
]
}