Skip to content

Commit 3223dfc

Browse files
author
Roberto De Ioris
committed
added highlight for with
1 parent 9ef7730 commit 3223dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/PythonEditor/Private/PYRichTextSyntaxHighlighterTextLayoutMarshaller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ const TCHAR* BuiltInKeywords[] =
229229
TEXT("__le__"),
230230
TEXT("__eq__"),
231231
TEXT("__call__"),
232+
TEXT("with"),
232233
TEXT("async"),
233234
TEXT("await"),
234235
};

0 commit comments

Comments
 (0)