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:
parent
6f71516409
commit
d2690e551c
2 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue