mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibSyntax: Add a language enum entry for git commit messages
This commit is contained in:
parent
413d8ccd5f
commit
d32736582e
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue