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
commit 79522db5d0
Notes: sideshowbarker 2024-07-18 01:58:40 +09:00
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,