Skip to content

Commit

Permalink
Move async/await to coroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 committed May 27, 2024
1 parent 5bca835 commit e50ba66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion queries/rescript/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@
"constraint"
] @keyword

((function "async" @keyword))
(("await") @keyword.coroutine)

((function "async" @keyword.coroutine))

(module_unpack "unpack" @keyword)

Expand Down

0 comments on commit e50ba66

Please sign in to comment.