feat: force GH Linguist syntax highlight (#1312)

This commit is contained in:
Javier Maestro 2024-11-04 18:59:36 +00:00 committed by GitHub
parent 77d4483fad
commit 0262b1b0a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

8
.gitattributes vendored Normal file
View File

@ -0,0 +1,8 @@
*.bazel linguist-language=Starlark
# TODO: remove once https://github.com/github-linguist/linguist/pull/7121 lands
WORKSPACE.bzlmod linguist-language=Starlark
# .bazelrc are mostly a collection of the CLI arguments, so highlighting them
# as shell scripts looks quite alright and makes them quite readable
.bazelrc linguist-language=Shell