ladybird/Userland/Libraries/LibWeb/HTML/SyntaxHighlighter
Sam Atkins c7736ef410 LibWeb: Add some folding regions to HTML syntax highlighter
This adds the regions generated from embedded CSS and JS, and also for
HTML block comments.

The glaring omission is that we don't add them for start/end tags. HTML
allows start and end tags to not always match up, and I believe that's
going to require some variation on the adoption-agency algorithm to
make it work correctly.
2023-03-03 21:56:42 +01:00
..
SyntaxHighlighter.cpp LibWeb: Add some folding regions to HTML syntax highlighter 2023-03-03 21:56:42 +01:00
SyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00