summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCMake
AgeCommit message (Expand)Author
2023-03-15LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributesSam Atkins
2023-03-15LibGfx+Userland: Make TextAttributes::underline_style optionalSam Atkins
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-08LibCMake+LibSyntax: Add a CMakeCache.txt syntax highlighterSam Atkins
2023-03-08LibCMake: Add a lexer for CMakeCache.txtSam Atkins
2023-03-05LibCMake: Add folding regions to syntax highlighterSam Atkins
2023-03-05LibCMake: Treat `block`, `endblock` and `return` as control keywordsSam Atkins
2023-03-04LibCMake+LibSyntax: Add a CMake syntax highlighterSam Atkins
2023-03-04LibCMake: Introduce a CMake lexerSam Atkins