TextEditor: Add syntax-highlighting for CSS files

This commit is contained in:
Sam Atkins 2021-10-21 21:45:24 +01:00 committed by Andreas Kling
commit d2690e551c
Notes: sideshowbarker 2024-07-18 01:58:44 +09:00
2 changed files with 11 additions and 0 deletions

View file

@ -116,6 +116,7 @@ private:
GUI::ActionGroup syntax_actions;
RefPtr<GUI::Action> m_plain_text_highlight;
RefPtr<GUI::Action> m_cpp_highlight;
RefPtr<GUI::Action> m_css_highlight;
RefPtr<GUI::Action> m_js_highlight;
RefPtr<GUI::Action> m_html_highlight;
RefPtr<GUI::Action> m_gml_highlight;