Add typst
This commit is contained in:
parent
fbd6eb9c55
commit
8858602e68
1 changed files with 1 additions and 0 deletions
1
lcc.h
1
lcc.h
|
@ -48,6 +48,7 @@ language languages[] = {
|
||||||
{"Shell", {".sh", ".bash"}, NULL, NULL, "#"},
|
{"Shell", {".sh", ".bash"}, NULL, NULL, "#"},
|
||||||
{"SQL", {".sql"}, "/*", "*/", "--"},
|
{"SQL", {".sql"}, "/*", "*/", "--"},
|
||||||
{"TypeScript", {".ts",".tsx"}, "/*", "*/", "//"},
|
{"TypeScript", {".ts",".tsx"}, "/*", "*/", "//"},
|
||||||
|
{"Typst", {".typ"}, "/*", "*/", "//"},
|
||||||
{"Vimscript", {".vim"}, NULL, NULL, "\""},
|
{"Vimscript", {".vim"}, NULL, NULL, "\""},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue