Skip to content

Commit

Permalink
Merge pull request #10 from twpayne/patch-1
Browse files Browse the repository at this point in the history
Detect BUILD.bazel files as bzl
  • Loading branch information
malcolmr authored Dec 7, 2016
2 parents d146e43 + 734df0a commit 5802ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftdetect/bzl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
" See the License for the specific language governing permissions and
" limitations under the License.

autocmd BufRead,BufNewFile *.bzl,BUILD,WORKSPACE setfiletype bzl
autocmd BufRead,BufNewFile *.bzl,BUILD,BUILD.bazel,WORKSPACE setfiletype bzl

0 comments on commit 5802ce3

Please sign in to comment.