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:
parent
8e8d24fe29
commit
974e36e7a9
2 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue