Unicode Highlighter
Output:
Unilight is a unicode highlighter: that means pure string code Highlighting for almost any languague. It uses unicode variations, making possible to highlighted raw strings for any output that suports unicode and its variations, for almoast any language. Useful to post code where there is no supoort for rich editor or native highlighting.
If you want to highlight strings programatically, create your own highlighter, parse a source code string and modify its tokens, derive a tool from this library or anything else, you may want to check the Github Repository and Docs.
This is a toy project and it was made for aesthetics only. Some of the cavets of a unicode highlighter are:
Output:
Unilight was written by Felippe Regazio