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

LibCMake+LibSyntax: Add a CMake syntax highlighter

This commit is contained in:
Sam Atkins 2023-02-28 16:34:49 +00:00 committed by Andrew Kaster
parent 3d8cc2257f
commit 9f9ea8ccb5
5 changed files with 148 additions and 0 deletions

View file

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