docs: add @keyword.coroutine

This commit is contained in:
Amaan Qureshi 2023-02-24 05:37:39 -05:00 committed by Stephan Seitz
parent 8212548e33
commit 1bf4be0441

View file

@ -140,6 +140,7 @@ effect on highlighting. We will work on improving highlighting in the near futur
```scheme
@keyword ; various keywords
@keyword.coroutine ; keywords related to coroutines (e.g. `go` in Go, `async/await` in Python)
@keyword.function ; keywords that define a function (e.g. `func` in Go, `def` in Python)
@keyword.operator ; operators that are English words (e.g. `and` / `or`)
@keyword.return ; keywords like `return` and `yield`