1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:48:12 +00:00
serenity/Userland/Libraries/LibCMake
Sam Atkins 631927470a LibCMake: Treat block, endblock and return as control keywords
I missed these before because they weren't mentioned on the language
description page of the CMake manual.
2023-03-05 16:54:10 +01:00
..
CMakeLists.txt LibCMake+LibSyntax: Add a CMake syntax highlighter 2023-03-04 05:43:43 -07:00
Lexer.cpp LibCMake: Introduce a CMake lexer 2023-03-04 05:43:43 -07:00
Lexer.h LibCMake: Introduce a CMake lexer 2023-03-04 05:43:43 -07:00
SyntaxHighlighter.cpp LibCMake+LibSyntax: Add a CMake syntax highlighter 2023-03-04 05:43:43 -07:00
SyntaxHighlighter.h LibCMake+LibSyntax: Add a CMake syntax highlighter 2023-03-04 05:43:43 -07:00
Token.cpp LibCMake: Treat block, endblock and return as control keywords 2023-03-05 16:54:10 +01:00
Token.h LibCMake: Treat block, endblock and return as control keywords 2023-03-05 16:54:10 +01:00