mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
TextEditor+Browser: Enable HTML syntax highlighting on HTML documents
This commit is contained in:
parent
97a230e4ef
commit
dc388297eb
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