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