mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-27 04:21:11 +00:00
- 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 commita79718522d) (cherry picked from commit380d847e5c) (cherry picked from commit4126a9672d) (cherry picked from commitafde0ed822) (cherry picked from commit6ddaca0061) (cherry picked from commit454b2f6b35) (cherry picked from commit58c10e1f93) (cherry picked from commit19ec0a5536) (cherry picked from commitc3717ae4de) (cherry picked from commit6c74bbe575) (cherry picked from commit9cb48db780) (cherry picked from commit91ce9dccd3) (cherry picked from commit6d6971b6d6) (cherry picked from commitcd66dd3ca4) (cherry picked from commit3cd8e15d9b) (cherry picked from commit07918592c4)
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
|