aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/nvim-treesitter/parsers.lua2
-rw-r--r--runtime/queries/inko/highlights.scm5
2 files changed, 6 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 34a5aa04e..af6814160 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1042,7 +1042,7 @@ return {
},
inko = {
install_info = {
- revision = '1fcbf8ca64b1a088525235662ad80aa803d97413',
+ revision = '080e957d94b330e3867f063b148a8050b0888f4e',
url = 'https://github.com/inko-lang/tree-sitter-inko',
},
maintainers = { '@yorickpeterse' },
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