orbitalquark / scintillua

Scintillua enables Scintilla lexers to be written in Lua, particularly using LPeg. It can also be used as a standalone Lua library for syntax highlighting support.
https://orbitalquark.github.io/scintillua
MIT License
51 stars 20 forks source link

Lexers ontop of lexer #92

Open ghost opened 1 year ago

ghost commented 1 year ago

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

orbitalquark commented 1 year ago

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?