scintillua icon indicating copy to clipboard operation
scintillua copied to clipboard

Lexers ontop of lexer

Open ghost opened this issue 2 years ago • 1 comments

For example, highlighting JavaScript and CSS on HTML. Is it possible?

ghost avatar Mar 29 '23 10:03 ghost

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?

orbitalquark avatar Mar 29 '23 12:03 orbitalquark