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
commit d32736582e
Notes: sideshowbarker 2024-07-17 20:41:24 +09:00

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
*/
@ -17,6 +17,7 @@ namespace Syntax {
enum class Language {
Cpp,
CSS,
GitCommit,
GML,
HTML,
INI,