mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibGUI: INI file syntax highlighter
This commit is contained in:
parent
5267ccbc22
commit
5c022ac939
Notes:
sideshowbarker
2024-07-19 07:08:01 +09:00
Author: https://github.com/asliturk
Commit: 5c022ac939
Pull-request: https://github.com/SerenityOS/serenity/pull/2035
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