atom-language-api-blueprint

API Blueprint and MSON grammars for the Atom.io text editor.

MIT License

Stars
14

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