mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-07 02:39:31 +01:00
7a30e97002
Go templates are syntactically very similar to handlebars, this enabled their syntax highlighting on GitHub. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 lines
156 B
Text
4 lines
156 B
Text
* text=auto eol=lf
|
|
/vendor/** -text -eol linguist-vendored
|
|
/public/vendor/** -text -eol linguist-vendored
|
|
/templates/**/*.tmpl linguist-language=Handlebars
|