1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:57:46 +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

@ -1,5 +1,6 @@
set(SOURCES
CMakeCache/Lexer.cpp
CMakeCache/SyntaxHighlighter.cpp
Lexer.cpp
SyntaxHighlighter.cpp
Token.cpp