atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
13 lines (10 loc) • 489 B
Markdown
# nuclide-buck
Buck integration for Nuclide. Features include:
* Syntax highlighting for `BUCK` files.
* "click-to-symbol" support (if [hyperclick](https://atom.io/packages/hyperclick) is installed) for:
* build targets in `BUCK` files
* build targets in `BUCK.autodeps` files
* file paths in `BUCK` files
* Syntax highlighting for `.buckconfig` files (if a package that recognizes the `source.ini`
grammar is available).
* A Buck build system for the nuclide-task-runner toolbar.