all repos — hex @ 06f039a3452abe998cc1aea1151bfab3cc5ae3f0

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

.vscode/settings.json

 1
 2
 3
 4
 5
 6
 7
 8
{
    "files.associations": {
        "*.erd": "json",
        "*.vuerd": "json",
        "*.mjs": "javascript",
        "string.h": "c"
    }
}