Add typst

This commit is contained in:
Night Kaly 2025-02-02 14:55:29 +00:00
parent fbd6eb9c55
commit 8858602e68
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

1
lcc.h
View file

@ -48,6 +48,7 @@ language languages[] = {
{"Shell", {".sh", ".bash"}, NULL, NULL, "#"},
{"SQL", {".sql"}, "/*", "*/", "--"},
{"TypeScript", {".ts",".tsx"}, "/*", "*/", "//"},
{"Typst", {".typ"}, "/*", "*/", "//"},
{"Vimscript", {".vim"}, NULL, NULL, "\""},
};