Skip to content

Commit

Permalink
Merge pull request #304 from ItsPi3141/feat-add-holy-c
Browse files Browse the repository at this point in the history
feat: add Holy C
  • Loading branch information
leonardssh committed Apr 7, 2024
2 parents 3db3df3 + c46eae5 commit bd83351
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added assets/icons/holyc.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 @@ -112,6 +112,10 @@
"language": "haml",
"image": "text"
},
{
"language": "holyc",
"image": "holyc"
},
{
"language": "html-eex",
"image": "heex"
Expand Down Expand Up @@ -928,6 +932,9 @@
".hjson": {
"image": "hjson"
},
".hc": {
"image": "holyc"
},
"/\\.x?html?$/i": {
"image": "html"
},
Expand Down

0 comments on commit bd83351

Please sign in to comment.