1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:37:45 +00:00

HackStudio: Add syntax-highlighting for CSS files

This commit is contained in:
Sam Atkins 2021-10-21 21:45:55 +01:00 committed by Andreas Kling
parent d2690e551c
commit 79522db5d0
3 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,7 @@ namespace HackStudio {
enum class Language {
Unknown,
Cpp,
CSS,
JavaScript,
HTML,
GML,