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 committed by Christian Clason
parent 4709d4276c
commit b684696315
2 changed files with 6 additions and 1 deletions

View file

@ -1042,7 +1042,7 @@ return {
}, },
inko = { inko = {
install_info = { install_info = {
revision = '1fcbf8ca64b1a088525235662ad80aa803d97413', revision = '080e957d94b330e3867f063b148a8050b0888f4e',
url = 'https://github.com/inko-lang/tree-sitter-inko', url = 'https://github.com/inko-lang/tree-sitter-inko',
}, },
maintainers = { '@yorickpeterse' }, maintainers = { '@yorickpeterse' },

View file

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