add TeX lang
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-05-11 15:11:48 +02:00
parent d352206e29
commit c31cfb1295
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -69,3 +69,11 @@ p[data-lang="gdscript"]::before {
p[data-lang="gdscript"]::after {
content: "GDScript";
}
p[data-lang="tex"]::before {
background-color: #3d6117;
}
p[data-lang="tex"]::after {
content: "TeX";
}