1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:07:36 +00:00

LibSQL: Add a syntax highlighter

This commit is contained in:
Dylan Katz 2021-05-08 18:30:18 -07:00 committed by Andreas Kling
parent 5423aba4ef
commit 984b6e08cf
5 changed files with 147 additions and 1 deletions

View file

@ -21,6 +21,7 @@ enum class Language {
INI,
GML,
Shell,
SQL,
};
struct TextStyle {