feat(leo): async keyword (#7083)

* async keyword added

* lockfile update
This commit is contained in:
r001 2024-08-26 01:24:54 -03:00 committed by GitHub
parent 397982d197
commit f9b76256c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -393,7 +393,7 @@
"revision": "8a841fb20ce683bfbb3469e6ba67f2851cfdf94a"
},
"leo": {
"revision": "304611b5eaf53aca07459a0a03803b83b6dfd3b3"
"revision": "2ce5d9c7a66430aeb1c500275fae7a32f60913a2"
},
"linkerscript": {
"revision": "f99011a3554213b654985a4b0a65b3b032ec4621"

View file

@ -31,6 +31,8 @@
"self" @variable.builtin
"async" @keyword.coroutine
[
"finalize"
"function"