mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}
This commit is contained in:
parent
520d464865
commit
7571e9e460
Notes:
sideshowbarker
2024-07-19 06:54:38 +09:00
Author: https://github.com/linusg
Commit: 7571e9e460
Pull-request: https://github.com/SerenityOS/serenity/pull/2145
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ namespace GUI {
|
|||
enum class SyntaxLanguage {
|
||||
PlainText,
|
||||
Cpp,
|
||||
Javascript,
|
||||
JavaScript,
|
||||
INI
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue