Skip to content

Commit

Permalink
feat: force GH Linguist syntax highlight (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmaestro authored Nov 4, 2024
1 parent 77d4483 commit 0262b1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0262b1b

Please sign in to comment.