Skip to content

Commit cbb1fa2

Browse files
authored
fix(editor): Fully highlight "WARNING" log level (fixes #193). (#202)
1 parent 0418be7 commit cbb1fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Editor/MonacoInstance/language.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const setupCustomLogLanguage = () => {
2121
TOKEN_NAME.CUSTOM_INFO,
2222
],
2323
[
24-
"WARN",
24+
"WARNING|WARN",
2525
TOKEN_NAME.CUSTOM_WARN,
2626
],
2727
[

0 commit comments

Comments
 (0)