1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

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
parent 6f71516409
commit d2690e551c
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;