Skip to content

Commit 9ef7730

Browse files
author
Roberto De Ioris
committed
added ascyn and await highlighters for the editor
1 parent 40f2a05 commit 9ef7730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/PythonEditor/Private/PYRichTextSyntaxHighlighterTextLayoutMarshaller.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ const TCHAR* BuiltInKeywords[] =
229229
TEXT("__le__"),
230230
TEXT("__eq__"),
231231
TEXT("__call__"),
232+
TEXT("async"),
233+
TEXT("await"),
232234
};
233235

234236

0 commit comments

Comments
 (0)