all repos — xyw @ bf8a8145b86d19e0a944060a34c2d07ed37ef161

A minimal virtual machine and assembler for terminals.

xyw-vscode/language-configuration.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
{
    "comments": {
        "lineComment": ";"
    },
    "brackets": [],
    "autoClosingPairs": [
        {
            "open": "\"",
            "close": "\""
        }
    ],
    "surroundingPairs": [
        {
            "open": "\"",
            "close": "\""
        }
    ]
}