mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
TextEditor: Hookup git commit message detection and highlighting
This commit is contained in:
parent
8e8d24fe29
commit
974e36e7a9
Notes:
sideshowbarker
2024-07-17 20:41:16 +09:00
Author: https://github.com/bgianfo
Commit: 974e36e7a9
Pull-request: https://github.com/SerenityOS/serenity/pull/11985
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