language-api-blueprint

API Blueprint & MSON Grammars

danielgtaylor

16,660

41

1.0.2

MIT

GitHub

API Blueprint Grammar for Atom

An Atom grammar for API Blueprint, generated from the associated Sublime Text plugin. Install by searching for API Blueprint in the Atom preferences.

API Blueprint Atom Screenshot

Updating

This grammar can be updated automatically whenever the associated Sublime Text plugin has been updated:

$ npm install
$ npm run build
$ git add grammars/apiblueprint.cson
$ git commit -m 'Updating ...'
$ apm publish minor