mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
TextEditor: Enable CMake syntax highlighting
This commit is contained in:
parent
9f9ea8ccb5
commit
ac824677b8
Notes:
sideshowbarker
2024-07-17 17:40:13 +09:00
Author: https://github.com/AtkinsSJ
Commit: ac824677b8
Pull-request: https://github.com/SerenityOS/serenity/pull/17668
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 13 additions and 1 deletions
|
@ -127,6 +127,7 @@ private:
|
|||
|
||||
GUI::ActionGroup syntax_actions;
|
||||
RefPtr<GUI::Action> m_plain_text_highlight;
|
||||
RefPtr<GUI::Action> m_cmake_highlight;
|
||||
RefPtr<GUI::Action> m_cpp_highlight;
|
||||
RefPtr<GUI::Action> m_css_highlight;
|
||||
RefPtr<GUI::Action> m_js_highlight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue