codesuki / bazel-mode

Basic Bazel support for Emacs
MIT License
16 stars 2 forks source link

Move bazel-mode to bazelbuild/emacs-bazel-mode #1

Open ghost opened 6 years ago

ghost commented 6 years ago

I've been dragging my feet on open-sourcing my own Emacs bazel-mode and combining it with some of the functionality of Google's internal blaze-mode. Would you be interested in moving this repo to bazelbuild/emacs-bazel-mode (which doesn't yet exist) where we could build on what you've got? I see bazel-mode also already exists in MELPA.

codesuki commented 6 years ago

Hi, sorry I didn't notice this issue so far, just came back from holiday. Sure, we can move it. Would be glad if this could be improved :)

laurentlb commented 6 years ago

We've created a new repository for this: https://github.com/bazelbuild/emacs-bazel-mode (empty for now)

Contributions are welcome.

codesuki commented 6 years ago

I could PR my basic code, it would be a start? At least it does formatting :)

phst commented 6 years ago

A PR would be great, thanks a lot!

condy0919 commented 4 years ago

There are many bazel-modes in Emacs community. Everybody has his own configs.

Looking at https://github.com/bazelbuild/emacs-bazel-mode, it provides the essential syntax highlighting, formatting and bazel build/test/run facilities which makes bazel integrate well with Emacs.

Actually https://github.com/bazelbuild/emacs-bazel-mode has little difference with current repository except the syntax highlighting of some data structure's member function which shouldn't be highlighted as keywords.

I think https://github.com/bazelbuild/emacs-bazel-mode is better.

Could we make https://github.com/bazelbuild/emacs-bazel-mode the official one plugin in melpa?