Change co_wait to co_await in language_cpp (#1800)

The C++20 keyword is spelled `co_await`.
This commit is contained in:
fgelm01 2024-06-05 06:25:33 -04:00 committed by GitHub
parent e74cee1419
commit e0a7bdbcba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ syntax.add {
["this"] = "keyword", ["this"] = "keyword",
["thread_local"] = "keyword", ["thread_local"] = "keyword",
["requires"] = "keyword", ["requires"] = "keyword",
["co_wait"] = "keyword", ["co_await"] = "keyword",
["co_return"] = "keyword", ["co_return"] = "keyword",
["co_yield"] = "keyword", ["co_yield"] = "keyword",
["decltype"] = "keyword", ["decltype"] = "keyword",