1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}

This commit is contained in:
Linus Groh 2020-05-07 15:25:05 +01:00 committed by Andreas Kling
parent 520d464865
commit 7571e9e460
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ namespace GUI {
enum class SyntaxLanguage {
PlainText,
Cpp,
Javascript,
JavaScript,
INI
};