mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
TextEditor: Add support for SQL highlighting
This commit is contained in:
parent
984b6e08cf
commit
3ab37674c6
3 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue