Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 452 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 452 Bytes

Console Highlighter is tool that leverages Alex Gorbatchev's Syntax Highlighter (https://github.com/alexgorbatchev/SyntaxHighlighter) tool to highlight all his supported syntax highlighting. Rather than perform that syntax highlighting on the web, however, it uses ANSI escape sequences to highlight supplied source code in the console.

It also has node.js bindings such that this functionality can be used in other node based applications with ease.