c0-lang

Syntax Highlighting for C0 Programming Language in Atom

EULIR

761

1

2.0.4

MIT

GitHub

C0-lang package

This is an Atom package that provides syntax highlighting for C0 programming language (See below for what C0 is).
APM

What is C0

C0 is a small safe subset of the C programming language, augmented with contracts, specifically developed for teaching the course 15-122 Principles of Imperative Computation at Carnegie Mellon University.
Here's some useful links of C0:

Installation

There are two ways to install this syntax package, both of which require Atom editor has already been downloaded (in case you haven't, download Atom here).

Screenshot

Below is specifically how this package highlights C0 language

Why Atom

Officially, C0 language only have syntax highlight on Emacs. To extend the use of C0 language and to satisfy more non-Emacs users, this syntax highlighting package for Atom is found necessary.

Atom has bulit-in git support (in fact, it is believed to be the son of GitHub lol) which I believe is useful and helpful. Besides, Atom has beautiful UI (lol).

Contributing

Contributions in any forms would be appreciated. Open an Issue on Issue page or start a Pull Request to help build this package better and more powerful.