mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
feat(leo): async keyword (#7083)
* async keyword added * lockfile update
This commit is contained in:
parent
397982d197
commit
f9b76256c3
2 changed files with 3 additions and 1 deletions
|
|
@ -393,7 +393,7 @@
|
||||||
"revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a"
|
"revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a"
|
||||||
},
|
},
|
||||||
"leo": {
|
"leo": {
|
||||||
"revision": "304611b5eaf53aca07459a0a03803b83b6dfd3b3"
|
"revision": "2ce5d9c7a66430aeb1c500275fae7a32f60913a2"
|
||||||
},
|
},
|
||||||
"linkerscript": {
|
"linkerscript": {
|
||||||
"revision": "f99011a3554213b654985a4b0a65b3b032ec4621"
|
"revision": "f99011a3554213b654985a4b0a65b3b032ec4621"
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,8 @@
|
||||||
|
|
||||||
"self" @variable.builtin
|
"self" @variable.builtin
|
||||||
|
|
||||||
|
"async" @keyword.coroutine
|
||||||
|
|
||||||
[
|
[
|
||||||
"finalize"
|
"finalize"
|
||||||
"function"
|
"function"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue