mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
allocators and type aliases
This commit is contained in:
parent
60c743d656
commit
f05e5520f3
16 changed files with 283 additions and 121 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue