microlight.js 2.2k microlight.js is a tiny open-source library which improves readability of code snippets by highlighting, for any programming language, without attaching additional language-packages or styles: <html> <head> <title>My page</title> <!-- some embedded js --> <script type="text/javascript"> /** * Bubble-sorts the input array */ function(input) { // switches the two elems if needed /

