mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 15:25:08 +00:00
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
This commit is contained in:
parent
3d3084f088
commit
ab549cf942
8 changed files with 174 additions and 0 deletions
|
@ -106,6 +106,7 @@ private:
|
|||
RefPtr<GUI::Action> m_plain_text_highlight;
|
||||
RefPtr<GUI::Action> m_cpp_highlight;
|
||||
RefPtr<GUI::Action> m_js_highlight;
|
||||
RefPtr<GUI::Action> m_gml_highlight;
|
||||
RefPtr<GUI::Action> m_ini_highlight;
|
||||
RefPtr<GUI::Action> m_shell_highlight;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue