1
0
mirror of https://gitlab.alpinelinux.org/alpine/abuild.git synced 2025-04-19 06:42:18 +03:00

gitlab: highlight abuild.in as shell

The syntax highlighting on gitlab for abuild.in is off, probably because
it detected a different language.

Lets help by explicitly specifying `gitlab-language` in gitattributes.
This commit is contained in:
Kevin Daudt 2022-05-03 12:42:36 +02:00
parent d9f03b387a
commit 074a335464

1
.gitattributes vendored
View File

@ -1 +1,2 @@
*.bats gitlab-language=shell
abuild.in gitlab-language=shell