scintillua
scintillua copied to clipboard
Lexers ontop of lexer
For example, highlighting JavaScript and CSS on HTML. Is it possible?
The HTML lexer highlights both CSS and Javascript, provided they are within <style type="text/css"></style> and <script type="text/javascript"></script> tags, respectively. Or did you mean something else?