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

TextEditor: Add support for SQL highlighting

This commit is contained in:
Dylan Katz 2021-05-08 18:30:44 -07:00 committed by Andreas Kling
parent 984b6e08cf
commit 3ab37674c6
3 changed files with 12 additions and 1 deletions

View file

@ -114,6 +114,7 @@ private:
RefPtr<GUI::Action> m_gml_highlight;
RefPtr<GUI::Action> m_ini_highlight;
RefPtr<GUI::Action> m_shell_highlight;
RefPtr<GUI::Action> m_sql_highlight;
RefPtr<Web::OutOfProcessWebView> m_page_view;
RefPtr<Core::ConfigFile> m_config;