mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 22:12:20 +00:00
LibSyntax: Add a language enum entry for git commit messages
This commit is contained in:
parent
413d8ccd5f
commit
d32736582e
Notes:
sideshowbarker
2024-07-17 20:41:24 +09:00
Author: https://github.com/bgianfo
Commit: d32736582e
Pull-request: https://github.com/SerenityOS/serenity/pull/11985
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
|
* 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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue