mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibCMake+LibSyntax: Add a CMakeCache.txt syntax highlighter
This commit is contained in:
parent
bb07d678ac
commit
676d75603b
5 changed files with 125 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace Syntax {
|
|||
|
||||
enum class Language {
|
||||
CMake,
|
||||
CMakeCache,
|
||||
Cpp,
|
||||
CSS,
|
||||
GitCommit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue