mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
LibSQL: Add a syntax highlighter
This commit is contained in:
parent
5423aba4ef
commit
984b6e08cf
5 changed files with 147 additions and 1 deletions
|
@ -21,6 +21,7 @@ enum class Language {
|
|||
INI,
|
||||
GML,
|
||||
Shell,
|
||||
SQL,
|
||||
};
|
||||
|
||||
struct TextStyle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue