HackStudio+TextEditor: Add the Shell syntax highlighter

This commit is contained in:
AnotherTest 2020-09-28 14:28:44 +03:30 committed by Andreas Kling
commit c1fc27cab2
Notes: sideshowbarker 2024-07-19 02:07:21 +09:00
5 changed files with 14 additions and 2 deletions

View file

@ -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;