mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
HackStudio+TextEditor: Add the Shell syntax highlighter
This commit is contained in:
parent
72b68221cc
commit
c1fc27cab2
Notes:
sideshowbarker
2024-07-19 02:07:21 +09:00
Author: https://github.com/alimpfard
Commit: c1fc27cab2
Pull-request: https://github.com/SerenityOS/serenity/pull/3628
5 changed files with 14 additions and 2 deletions
|
@ -104,6 +104,7 @@ private:
|
|||
RefPtr<GUI::Action> m_cpp_highlight;
|
||||
RefPtr<GUI::Action> m_js_highlight;
|
||||
RefPtr<GUI::Action> m_ini_highlight;
|
||||
RefPtr<GUI::Action> m_shell_highlight;
|
||||
|
||||
RefPtr<Web::InProcessWebView> m_page_view;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue