Skip to content

Commit

Permalink
Merge pull request #321 from MathisVerstrepen/main
Browse files Browse the repository at this point in the history
Add templ language support
  • Loading branch information
xhayper authored Aug 21, 2024
2 parents 029ec79 + c744504 commit 47e17e1
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 @@ -380,6 +380,10 @@
"language": "typescriptreact",
"image": "tsx"
},
{
"language": "templ",
"image": "templ"
},
{
"language": "tex",
"image": "tex"
Expand Down Expand Up @@ -1545,6 +1549,9 @@
"/\\.(utxt|utf8)$/i": {
"image": "text"
},
".templ": {
"image": "templ"
},
".toml": {
"image": "toml"
},
Expand Down

0 comments on commit 47e17e1

Please sign in to comment.