mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
TextEditor: Enable CMakeCache.txt highlighting
This commit is contained in:
parent
676d75603b
commit
c6a2e8eb08
2 changed files with 12 additions and 0 deletions
|
@ -128,6 +128,7 @@ private:
|
|||
GUI::ActionGroup syntax_actions;
|
||||
RefPtr<GUI::Action> m_plain_text_highlight;
|
||||
RefPtr<GUI::Action> m_cmake_highlight;
|
||||
RefPtr<GUI::Action> m_cmakecache_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