mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
LibGUI: Add a Shell syntax highlighter
This commit is contained in:
parent
a10cfee0d4
commit
72b68221cc
4 changed files with 560 additions and 6 deletions
|
@ -37,7 +37,8 @@ enum class SyntaxLanguage {
|
|||
PlainText,
|
||||
Cpp,
|
||||
JavaScript,
|
||||
INI
|
||||
INI,
|
||||
Shell,
|
||||
};
|
||||
|
||||
struct TextStyle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue