mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
TextEditor: Add syntax-highlighting for CSS files
This commit is contained in:
parent
6f71516409
commit
d2690e551c
Notes:
sideshowbarker
2024-07-18 01:58:44 +09:00
Author: https://github.com/AtkinsSJ
Commit: d2690e551c
Pull-request: https://github.com/SerenityOS/serenity/pull/10563
Reviewed-by: https://github.com/alimpfard ✅
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