Skip to content

Commit 0262b1b

Browse files
authored
feat: force GH Linguist syntax highlight (#1312)
1 parent 77d4483 commit 0262b1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .gitattributes

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

0 commit comments

Comments
 (0)