diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-02-28 14:32:27 +0000 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2023-03-04 05:43:43 -0700 |
commit | ac824677b877ebeb1264340d8b171a0956cc865b (patch) | |
tree | 15a339f6e1ea280a4588d76fba604137db6f4230 /Userland/Applications/TextEditor/MainWidget.h | |
parent | 9f9ea8ccb5299541b708678b56b86b63d8e27eaa (diff) | |
download | serenity-ac824677b877ebeb1264340d8b171a0956cc865b.zip |
TextEditor: Enable CMake syntax 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 61c37fefe6..e7782cad19 100644 --- a/Userland/Applications/TextEditor/MainWidget.h +++ b/Userland/Applications/TextEditor/MainWidget.h @@ -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; |