From ac824677b877ebeb1264340d8b171a0956cc865b Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Tue, 28 Feb 2023 14:32:27 +0000 Subject: TextEditor: Enable CMake syntax highlighting --- Userland/Applications/TextEditor/MainWidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Applications/TextEditor/MainWidget.h') 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 m_plain_text_highlight; + RefPtr m_cmake_highlight; RefPtr m_cpp_highlight; RefPtr m_css_highlight; RefPtr m_js_highlight; -- cgit v1.2.3