Skip to content

Commit

Permalink
Highlight BUILD.bazel as python
Browse files Browse the repository at this point in the history
Bazel supports both BUILD and BUILD.bazel files and in this issue: [1]
there is a discussion to prefer BUILD.bazel over BUILD naming
convention. Detect BUILD.bazel files as Python code in addition to
BUILD files.

[1] bazelbuild/bazel#4517

Change-Id: Iabc719b914fcd08ef6e73c314f09f924540c3794
  • Loading branch information
davido committed Feb 2, 2020
1 parent db1e786 commit 827c929
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bucklet = text/x-python
bzl = text/x-python
BUCK = text/x-python
BUILD = text/x-python
BUILD.bazel = text/x-python
c = text/x-csrc
cfg = text/x-ttcn-cfg
cl = text/x-common-lisp
Expand Down

0 comments on commit 827c929

Please sign in to comment.