Skip to content

Commit

Permalink
automode for bazel files
Browse files Browse the repository at this point in the history
  • Loading branch information
erickj committed Nov 30, 2017
1 parent e81bd79 commit bf7b4a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/init-bazel.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(add-to-list 'auto-mode-alist '("\\BUILD\\'" . python-mode))
(add-auto-mode 'python-mode
"BUILD\\'" "WORKSPACE\\'" "\\.bzl\\'")

(provide 'init-bazel)

0 comments on commit bf7b4a4

Please sign in to comment.