1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

LibSyntax: Add a language enum entry for git commit messages

This commit is contained in:
Brian Gianforcaro 2022-01-17 19:35:06 -08:00 committed by Andreas Kling
parent 413d8ccd5f
commit d32736582e

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2020-2021, the SerenityOS developers. * Copyright (c) 2020-2022, the SerenityOS developers.
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
@ -17,6 +17,7 @@ namespace Syntax {
enum class Language { enum class Language {
Cpp, Cpp,
CSS, CSS,
GitCommit,
GML, GML,
HTML, HTML,
INI, INI,