I want to display large chunk of LESS file in my page. I want it to look as nice as possible so that users who see it will read it easily.
stackoverflow let me display it (for example) like this:
header {
color: red;
div.myClass {
color:blue;
}
}
but is there a plugin to display it nicer? I mean: div will be displayed in blue and class will be displayed in red, variables will be bold etc...
Is there some sort of javascript or jQuery library that does it?
thanks, Alon