ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

language-configuration.json (314B)



{
    "comments": {
        "lineComment": "//",
        "blockComment": [
            "/*",
            "*/"
        ]
    },
    "brackets": [
        [
            "{",
            "}"
        ],
        [
            "[",
            "]"
        ],
        [
            "(",
            ")"
        ]
    ]
}