diff --git a/assets/icons/templ.png b/assets/icons/templ.png new file mode 100644 index 0000000..0da9c06 Binary files /dev/null and b/assets/icons/templ.png differ diff --git a/src/data/languages.json b/src/data/languages.json index 9f92cf7..ea526ee 100644 --- a/src/data/languages.json +++ b/src/data/languages.json @@ -380,6 +380,10 @@ "language": "typescriptreact", "image": "tsx" }, + { + "language": "templ", + "image": "templ" + }, { "language": "tex", "image": "tex" @@ -1545,6 +1549,9 @@ "/\\.(utxt|utf8)$/i": { "image": "text" }, + ".templ": { + "image": "templ" + }, ".toml": { "image": "toml" },