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

LibCMake+LibSyntax: Add a CMakeCache.txt syntax highlighter

This commit is contained in:
Sam Atkins 2023-03-07 20:51:15 +00:00 committed by Linus Groh
parent bb07d678ac
commit 676d75603b
5 changed files with 125 additions and 0 deletions

View file

@ -16,6 +16,7 @@ namespace Syntax {
enum class Language {
CMake,
CMakeCache,
Cpp,
CSS,
GitCommit,