1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:37:46 +00:00

TextEditor: Hookup git commit message detection and highlighting

This commit is contained in:
Brian Gianforcaro 2022-01-17 19:39:48 -08:00 committed by Andreas Kling
parent 8e8d24fe29
commit 974e36e7a9
2 changed files with 11 additions and 0 deletions

View file

@ -119,6 +119,7 @@ private:
RefPtr<GUI::Action> m_css_highlight;
RefPtr<GUI::Action> m_js_highlight;
RefPtr<GUI::Action> m_html_highlight;
RefPtr<GUI::Action> m_git_highlight;
RefPtr<GUI::Action> m_gml_highlight;
RefPtr<GUI::Action> m_ini_highlight;
RefPtr<GUI::Action> m_shell_highlight;