ladybird/Userland/Libraries/LibCMake
Sam Atkins bb07d678ac LibCMake: Add a lexer for CMakeCache.txt
This is a totally different syntax than for regular CMake files, and
also is undocumented and subject to change, but it's also nice and
simple. :^)
2023-03-08 14:21:37 +00:00
..
CMakeCache LibCMake: Add a lexer for CMakeCache.txt 2023-03-08 14:21:37 +00:00
CMakeLists.txt LibCMake: Add a lexer for CMakeCache.txt 2023-03-08 14:21:37 +00:00
Lexer.cpp
Lexer.h
Position.h LibCMake: Add a lexer for CMakeCache.txt 2023-03-08 14:21:37 +00:00
SyntaxHighlighter.cpp LibCMake: Add folding regions to syntax highlighter 2023-03-05 16:54:10 +01: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: Add a lexer for CMakeCache.txt 2023-03-08 14:21:37 +00:00