c2-mode

Homepage: https://github.com/easimonenko/c2-mode

Author: Evgeny Simonenko

Updated:

Summary

Major mode for C2 programming language

Commentary

Major mode for editing code written in the C2 Programming Language.

c2-mode supports:

* syntax highlighting;
* proper indentations;
* autoload for *.c2, *.c2i, *.c2t files.

Customization
-------------

You can set the width of the indentation by setting the customizable user
option variable c2-indent-offset from customization group c2.
By default, it is set to 2.

Dependencies