B language
Syntax highlighting for theAdds syntax highlighting and snippets to the B files in Atom. This package does not claim to complete covering of all the syntax constructions existing in B language specification, moreover, it does not try to fit to any implementation of this language. As additional it contains snippets for some kinds of blocks and statements.
Installation
Install the package language-b
in Atom (Preferences->Packages)
Another way to install this package is using of the Atom's package manager from a command line:
$ apm install language-b
License
MIT License - see the LICENSE for more details.