/syntaxhi

A KISS curses-based syntax highlighter

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

A KISS curses-based syntax highlighter

To Build:
make

Usage:
./syntaxhi <syntax file> <source file>

Example:
./syntaxhi c.sytx test.c
./syntaxhi pascal.sytx test.pas