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

LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)

This commit is contained in:
Andreas Kling 2020-12-21 13:59:21 +01:00
parent 3d3084f088
commit ab549cf942
8 changed files with 174 additions and 0 deletions

View file

@ -32,6 +32,7 @@ set(SOURCES
Frame.cpp
GMLLexer.cpp
GMLParser.cpp
GMLSyntaxHighlighter.cpp
GroupBox.cpp
HeaderView.cpp
INILexer.cpp