mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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"
|
||||
},
|
||||
"leo": {
|
||||
"revision": "304611b5eaf53aca07459a0a03803b83b6dfd3b3"
|
||||
"revision": "2ce5d9c7a66430aeb1c500275fae7a32f60913a2"
|
||||
},
|
||||
"linkerscript": {
|
||||
"revision": "f99011a3554213b654985a4b0a65b3b032ec4621"
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
|
||||
"self" @variable.builtin
|
||||
|
||||
"async" @keyword.coroutine
|
||||
|
||||
[
|
||||
"finalize"
|
||||
"function"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue