Skip to content

Commit

Permalink
Merge pull request #217 from arp242/gohtml
Browse files Browse the repository at this point in the history
Add "gohtml" and "gotxt" to the list of extensions for Go templates
  • Loading branch information
boyter authored Jan 4, 2021
2 parents c31a33d + bd1f50d commit 233373b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gitignore (.gitignore)
GLSL (vert,tesc,tese,geom,frag,comp)
GN (gn,gni)
Go (go)
Go Template (tmpl)
Go Template (tmpl,gohtml,gotxt)
Gradle (gradle)
Groovy (groovy,grt,gtpl,gvy)
HAML (haml)
Expand Down
4 changes: 3 additions & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,9 @@
"{{ with"
],
"extensions": [
"tmpl"
"tmpl",
"gohtml",
"gotxt"
],
"line_comment": [],
"multi_line": [
Expand Down
4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

0 comments on commit 233373b

Please sign in to comment.