mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
TextEditor: Use Javascript syntax highlighter
This commit is contained in:
parent
196352ef67
commit
c2884d29d6
Notes:
sideshowbarker
2024-07-19 08:19:30 +09:00
Author: https://github.com/oriko1010
Commit: c2884d29d6
Pull-request: https://github.com/SerenityOS/serenity/pull/1435
3 changed files with 14 additions and 1 deletions
|
@ -82,6 +82,7 @@ private:
|
|||
GUI::ActionGroup syntax_actions;
|
||||
RefPtr<GUI::Action> m_plain_text_highlight;
|
||||
RefPtr<GUI::Action> m_cpp_highlight;
|
||||
RefPtr<GUI::Action> m_js_highlight;
|
||||
|
||||
bool m_document_dirty { false };
|
||||
bool m_document_opening { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue