atom-language-api-blueprint
atom-language-api-blueprint copied to clipboard
API Blueprint and MSON grammars for the Atom.io text editor.
trafficstars
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.

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