mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:17:35 +00:00
LibWeb: Add a super basic HTML syntax highlighter
This can currently highlight tag names and attribute names/values.
This commit is contained in:
parent
aa7939bc6c
commit
97a230e4ef
6 changed files with 194 additions and 4 deletions
|
@ -153,6 +153,7 @@ set(SOURCES
|
|||
HTML/Parser/ListOfActiveFormattingElements.cpp
|
||||
HTML/Parser/StackOfOpenElements.cpp
|
||||
HTML/SubmitEvent.cpp
|
||||
HTML/SyntaxHighlighter/SyntaxHighlighter.cpp
|
||||
HTML/TagNames.cpp
|
||||
HTML/WebSocket.cpp
|
||||
HighResolutionTime/Performance.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue