aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorr001 <rob@nyar.eu>2024-08-26 01:24:54 -0300
committerGitHub <noreply@github.com>2024-08-25 21:24:54 -0700
commitf9b76256c3f995d9275db7018046aeb1643eb2a5 (patch)
treea03f527b51a6ac6b80a23aa57f4c43f7ad0d6ce8
parentchore: remove r locals executable status (diff)
downloadnvim-treesitter-f9b76256c3f995d9275db7018046aeb1643eb2a5.tar
nvim-treesitter-f9b76256c3f995d9275db7018046aeb1643eb2a5.tar.gz
nvim-treesitter-f9b76256c3f995d9275db7018046aeb1643eb2a5.tar.bz2
nvim-treesitter-f9b76256c3f995d9275db7018046aeb1643eb2a5.tar.lz
nvim-treesitter-f9b76256c3f995d9275db7018046aeb1643eb2a5.tar.xz
nvim-treesitter-f9b76256c3f995d9275db7018046aeb1643eb2a5.tar.zst
nvim-treesitter-f9b76256c3f995d9275db7018046aeb1643eb2a5.zip
feat(leo): async keyword (#7083)
* async keyword added * lockfile update
-rw-r--r--lockfile.json2
-rw-r--r--queries/leo/highlights.scm2
2 files changed, 3 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json
index 1c320bd12..08ca3d152 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -393,7 +393,7 @@
"revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a"
},
"leo": {
- "revision": "304611b5eaf53aca07459a0a03803b83b6dfd3b3"
+ "revision": "2ce5d9c7a66430aeb1c500275fae7a32f60913a2"
},
"linkerscript": {
"revision": "f99011a3554213b654985a4b0a65b3b032ec4621"
diff --git a/queries/leo/highlights.scm b/queries/leo/highlights.scm
index 67a398d6c..e34b9942d 100644
--- a/queries/leo/highlights.scm
+++ b/queries/leo/highlights.scm
@@ -31,6 +31,8 @@
"self" @variable.builtin
+"async" @keyword.coroutine
+
[
"finalize"
"function"