mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
380d847e5c
- Upstream chosen `Handlebars` as language for the templates, presumenly
because Github doesn't have an syntax highlighter for Go.
- Forgejo does have syntax highlighting support for Go templates, so use that.
(cherry picked from commit a79718522d
)
10 lines
443 B
Text
10 lines
443 B
Text
* text=auto eol=lf
|
|
*.tmpl linguist-language=go-html-template
|
|
/assets/*.json linguist-generated
|
|
/public/assets/img/svg/*.svg linguist-generated
|
|
/templates/swagger/v1_json.tmpl linguist-generated
|
|
/vendor/** -text -eol linguist-vendored
|
|
/web_src/fomantic/build/** linguist-generated
|
|
/web_src/fomantic/_site/globals/site.variables linguist-language=Less
|
|
/web_src/js/vendor/** -text -eol linguist-vendored
|
|
Dockerfile.* linguist-language=Dockerfile
|