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

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