1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 14:55:07 +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

@ -31,6 +31,7 @@ enum class Language {
Unknown,
Cpp,
JavaScript,
GML,
Ini,
Shell,
};