language-bazel

Build (bazel.io) language support for Atom

ptsurko

5,529

4

0.3.4

MIT

GitHub

Bazel language support for atom.

Adds syntax highlighting to Google's Bazel language from bazel.io.

A screenshot of highlighted soy

Features

Snippets

Java:
jb  ->  java_binary
jl  ->  java_library
jt  ->  java_test
ji  ->  java_import
jp  ->  java_plugin

Android:
ab  ->  android_binary
al  ->  android_library

Python:
pb  ->  py_binary
pl  ->  py_library
pt  ->  py_test

C / C++:
cb  ->  cc_binary
cl  ->  cc_library
ct  ->  cc_test

Shell:
sb  ->  sh_binary
sl  ->  sh_library
st  ->  sh_test

General:
gr  ->  genrule
fg  ->  filegroup
ts  ->  test_suite

How to contribute

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.