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