This commit is contained in:
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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user