1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 01:55:08 +00:00

HackStudio: Enable CMakeCache.txt highlighting

This commit is contained in:
Sam Atkins 2023-03-07 20:52:07 +00:00 committed by Linus Groh
parent c6a2e8eb08
commit b1ce852c37
3 changed files with 9 additions and 0 deletions

View file

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