all repos — xyw @ 280D

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": "\""
        }
    ]
}