Szabolcs a écrit :
I'm a total non-programmer and I've only recently started using SciTe. Is there a simple way to give highlighting to the embedded CSS in a html file (only to the properties between the <style></style> tags.)?

Alas currently no.
The HTML lexer is already saturated with sub-lexers, it seems we cannot add a new one... By personal taste, I would exchange the Python sub-lexer with a CSS one (I believe CSS is more frequent in HTML files that Python code), but it has to be done... Ideally, as in SinkWorld, such lexer should allow to switch to any other language lexer and switch back, so that one could have Lua code, Ruby code or whatever in HTML pages (templates).

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to