Skip to content

Commit

Permalink
Try to count Go templates as HTML in GitHub stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Mar 15, 2024
1 parent a23ad80 commit 0c22d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*.{bat,[bB][aA][tT]} text eol=crlf
.devcontainer/library-scripts/*.sh linguist-detectable=false
*.page.tmpl linguist-detectable=true
*.page.tmpl linguist-language=Go-Templates
*.page.tmpl linguist-language=HTML
*.layout.tmpl linguist-detectable=true
*.layout.tmpl linguist-language=Go-Templates
*.layout.tmpl linguist-language=HTML
*.partial.tmpl linguist-detectable=true
*.partial.tmpl linguist-language=Go-Templates
*.partial.tmpl linguist-language=HTML

0 comments on commit 0c22d4c

Please sign in to comment.