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 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

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