VSCode版smartchrの設定(Python)

こんな感じ

"smartchr.definitions": {
    "python": {
        "=" : [" = ", " == ", "="],
        "<" : [" < ", " <= ", "<"],
        ">" : [" > ", " >= ", ">"],
        "(" : ["(!!)", "("],
        "[" : ["[!!]", "[[!!]]", "["],
        "\"" : ["\"!!\"", "\"\"\"!!\"\"\"", "\""],
    }
}