allocators and type aliases

This commit is contained in:
nora 2023-08-03 13:22:35 +02:00
parent 60c743d656
commit f05e5520f3
16 changed files with 283 additions and 121 deletions

View file

@ -17,7 +17,7 @@
"patterns": [
{
"name": "keyword.control.riverdelta",
"match": "\\b(function|let|if|then|else|type|loop|break|import|extern|mod|global)\\b"
"match": "\\b(function|let|if|then|else|type|loop|break|import|extern|mod|global|struct)\\b"
}
]
},