Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptsurko/language-bazel
Bazel language support for Atom text editor
https://github.com/ptsurko/language-bazel
Last synced: 2 months ago
JSON representation
Bazel language support for Atom text editor
- Host: GitHub
- URL: https://github.com/ptsurko/language-bazel
- Owner: ptsurko
- License: mit
- Created: 2015-08-27T00:07:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T23:53:18.000Z (over 7 years ago)
- Last Synced: 2024-08-05T03:01:51.468Z (6 months ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/language-bazel
- Size: 59.6 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-bazel - Atom
README
# Bazel language support for atom.
Adds syntax highlighting to Google's Bazel language from [bazel.io](https://bazel.io).
![A screenshot of highlighted soy](https://raw.githubusercontent.com/ptsurko/language-bazel/master/build-screenshot.png)
## Features
- Syntax Highlighting
- Snippets## Snippets
```
Java:
jb -> java_binary
jl -> java_library
jt -> java_test
ji -> java_import
jp -> java_pluginAndroid:
ab -> android_binary
al -> android_libraryPython:
pb -> py_binary
pl -> py_library
pt -> py_testC / C++:
cb -> cc_binary
cl -> cc_library
ct -> cc_testShell:
sb -> sh_binary
sl -> sh_library
st -> sh_testGeneral:
gr -> genrule
fg -> filegroup
ts -> test_suite
```## How to contribute
- `apm login`
- `apm develop language-bazel`
- `atom --dev ~/github/language-bazel` or another folder where atom cloned your package
- make changes and made pull request
- `apm publish major/minor/patch`Contributions are greatly appreciated. Please fork this repository and open a
pull request to add snippets, make grammar tweaks, etc.