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

LibGUI: INI file syntax highlighter

This commit is contained in:
Hüseyin ASLITÜRK 2020-05-01 02:28:58 +03:00 committed by Andreas Kling
parent 5267ccbc22
commit 5c022ac939
6 changed files with 407 additions and 1 deletions

View file

@ -36,7 +36,8 @@ namespace GUI {
enum class SyntaxLanguage {
PlainText,
Cpp,
Javascript
Javascript,
INI
};
struct TextStyle {