feat(inko): update parser and highlights

This commit includes syntax support for a few new syntax elements, and
updates the highlights queries to highlight two new expression keywords.
This commit is contained in:
Yorick Peterse 2025-10-03 15:13:45 +02:00
parent 99bd52ba56
commit 0839ed92d1
2 changed files with 6 additions and 1 deletions

View file

@ -64,6 +64,11 @@
"uni"
] @keyword
[
"async"
"await"
] @keyword.coroutine
"fn" @keyword.function
"import" @keyword.import