diff --git a/assets/icons/templ.png b/assets/icons/templ.png new file mode 100644 index 00000000..0da9c06a Binary files /dev/null and b/assets/icons/templ.png differ diff --git a/src/data/languages.json b/src/data/languages.json index bc8b154e..6fc9bc7b 100644 --- a/src/data/languages.json +++ b/src/data/languages.json @@ -376,6 +376,10 @@ "language": "typescriptreact", "image": "tsx" }, + { + "language": "templ", + "image": "templ" + }, { "language": "tex", "image": "tex" @@ -1535,6 +1539,9 @@ "/\\.(utxt|utf8)$/i": { "image": "text" }, + ".templ": { + "image": "templ" + }, ".toml": { "image": "toml" },