feat(language): add code_typst (@iggedi-ig-ig) (#6117)

This commit is contained in:
igs 2024-12-22 00:45:00 +01:00 committed by GitHub
parent 775908026f
commit 772e4a1d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 52 additions and 0 deletions

View file

@ -606,6 +606,7 @@
"code_lua",
"code_luau",
"code_latex",
"code_typst",
"code_matlab",
"code_sql",
"code_perl",

View file

@ -339,6 +339,7 @@
,"code_lua"
,"code_luau"
,"code_latex"
,"code_typst"
,"code_matlab"
,"code_sql"
,"code_perl"

View 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"
]
}