Infer coroutine effects automatically
This commit is contained in:
parent
bac1183593
commit
5b30e49486
15 changed files with 339 additions and 103 deletions
|
|
@ -254,7 +254,7 @@
|
|||
"patterns": [
|
||||
{
|
||||
"name": "keyword.control.declaration.gotlin",
|
||||
"match": "\\b(package|import|data|class|interface|enum|suspend|fun)\\b"
|
||||
"match": "\\b(package|import|data|class|interface|enum|fun)\\b"
|
||||
},
|
||||
{
|
||||
"name": "storage.modifier.gotlin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue