Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.13 KB

Bazel support for GNU Emacs

This repository provides support for Bazel in GNU Emacs. It consists of a single file, bazel.el, which only depends on GNU Emacs and not on other libraries. You can install it by dropping the file somewhere in your load-path and byte-compiling it.

The library provides major modes for editing Bazel BUILD files, WORKSPACE files, .bazelrc files, as well as Starlark files. It also provides commands to run Bazel commands and integration with core GNU Emacs infrastructure like compilation and xref. See the manual for details.