mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
TextEditor: Enable CMake syntax highlighting
This commit is contained in:
parent
9f9ea8ccb5
commit
ac824677b8
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