diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2022-01-17 19:39:48 -0800 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-18 09:01:16 +0100 |
commit | 974e36e7a9f4f558933ba525c7e29c60a9583c25 (patch) | |
tree | ded6acc6a49e3c85cb89ae0d193955332cd59b15 /Userland/Applications/TextEditor/MainWidget.h | |
parent | 8e8d24fe29ac5070504e911821e382644ebfa5c9 (diff) | |
download | serenity-974e36e7a9f4f558933ba525c7e29c60a9583c25.zip |
TextEditor: Hookup git commit message detection and highlighting
Diffstat (limited to 'Userland/Applications/TextEditor/MainWidget.h')
-rw-r--r-- | Userland/Applications/TextEditor/MainWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/TextEditor/MainWidget.h b/Userland/Applications/TextEditor/MainWidget.h index 5c81fec443..b61289eb9b 100644 --- a/Userland/Applications/TextEditor/MainWidget.h +++ b/Userland/Applications/TextEditor/MainWidget.h @@ -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; |