mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 01:25:21 +08:00
feat(language): add code_typst (@iggedi-ig-ig) (#6117)
This commit is contained in:
parent
775908026f
commit
772e4a1d01
3 changed files with 52 additions and 0 deletions
|
@ -606,6 +606,7 @@
|
|||
"code_lua",
|
||||
"code_luau",
|
||||
"code_latex",
|
||||
"code_typst",
|
||||
"code_matlab",
|
||||
"code_sql",
|
||||
"code_perl",
|
||||
|
|
|
@ -339,6 +339,7 @@
|
|||
,"code_lua"
|
||||
,"code_luau"
|
||||
,"code_latex"
|
||||
,"code_typst"
|
||||
,"code_matlab"
|
||||
,"code_sql"
|
||||
,"code_perl"
|
||||
|
|
50
frontend/static/languages/code_typst.json
Normal file
50
frontend/static/languages/code_typst.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue