1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:17:34 +00:00

Applications: TextEditor INI file syntax highlighter

This commit is contained in:
Hüseyin ASLITÜRK 2020-05-01 01:57:06 +03:00 committed by Andreas Kling
parent 5c022ac939
commit 8551c10918
2 changed files with 11 additions and 0 deletions

View file

@ -87,6 +87,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_ini_highlight;
RefPtr<Web::HtmlView> m_html_view;