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
commit 5c022ac939
Notes: sideshowbarker 2024-07-19 07:08:01 +09:00
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 {