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:
parent
5267ccbc22
commit
5c022ac939
6 changed files with 407 additions and 1 deletions
|
@ -36,7 +36,8 @@ namespace GUI {
|
|||
enum class SyntaxLanguage {
|
||||
PlainText,
|
||||
Cpp,
|
||||
Javascript
|
||||
Javascript,
|
||||
INI
|
||||
};
|
||||
|
||||
struct TextStyle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue