1
Fork 0
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:
AnotherTest 2020-09-28 14:28:10 +03:30 committed by Andreas Kling
parent a10cfee0d4
commit 72b68221cc
4 changed files with 560 additions and 6 deletions

View file

@ -37,7 +37,8 @@ enum class SyntaxLanguage {
PlainText,
Cpp,
JavaScript,
INI
INI,
Shell,
};
struct TextStyle {