Skip to content

Commit

Permalink
Add templ language support
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisVerstrepen committed May 23, 2024
1 parent 5b0084b commit c744504
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added assets/icons/templ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@
"language": "typescriptreact",
"image": "tsx"
},
{
"language": "templ",
"image": "templ"
},
{
"language": "tex",
"image": "tex"
Expand Down Expand Up @@ -1535,6 +1539,9 @@
"/\\.(utxt|utf8)$/i": {
"image": "text"
},
".templ": {
"image": "templ"
},
".toml": {
"image": "toml"
},
Expand Down

0 comments on commit c744504

Please # to comment.