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

HackStudio: Enable CMake syntax highlighting

This commit is contained in:
Sam Atkins 2023-02-28 16:29:49 +00:00 committed by Andrew Kaster
parent ac824677b8
commit 0d0ad22572
4 changed files with 10 additions and 2 deletions

View file

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