mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
TextEditor+Browser: Enable HTML syntax highlighting on HTML documents
This commit is contained in:
parent
97a230e4ef
commit
dc388297eb
Notes:
sideshowbarker
2024-07-18 17:41:55 +09:00
Author: https://github.com/alimpfard
Commit: dc388297eb
Pull-request: https://github.com/SerenityOS/serenity/pull/7322
3 changed files with 13 additions and 0 deletions
|
@ -111,6 +111,7 @@ private:
|
|||
RefPtr<GUI::Action> m_plain_text_highlight;
|
||||
RefPtr<GUI::Action> m_cpp_highlight;
|
||||
RefPtr<GUI::Action> m_js_highlight;
|
||||
RefPtr<GUI::Action> m_html_highlight;
|
||||
RefPtr<GUI::Action> m_gml_highlight;
|
||||
RefPtr<GUI::Action> m_ini_highlight;
|
||||
RefPtr<GUI::Action> m_shell_highlight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue