aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries')
-rw-r--r--runtime/queries/inko/highlights.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/inko/highlights.scm b/runtime/queries/inko/highlights.scm
index 3b8ede262..4bb9631f8 100644
--- a/runtime/queries/inko/highlights.scm
+++ b/runtime/queries/inko/highlights.scm
@@ -64,6 +64,11 @@
"uni"
] @keyword
+[
+ "async"
+ "await"
+] @keyword.coroutine
+
"fn" @keyword.function
"import" @keyword.import