mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
HackStudio: Add syntax-highlighting for CSS files
This commit is contained in:
parent
d2690e551c
commit
79522db5d0
Notes:
sideshowbarker
2024-07-18 01:58:40 +09:00
Author: https://github.com/AtkinsSJ
Commit: 79522db5d0
Pull-request: https://github.com/SerenityOS/serenity/pull/10563
Reviewed-by: https://github.com/alimpfard ✅
3 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace HackStudio {
|
|||
enum class Language {
|
||||
Unknown,
|
||||
Cpp,
|
||||
CSS,
|
||||
JavaScript,
|
||||
HTML,
|
||||
GML,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue