about summary refs log tree commit diff stats
path: root/editor/VSCode/language-configuration.json
blob: d38cd8e508c3e66024e5f42822b279bddc6d6205 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    "comments": {
        "lineComment": "#"
    },
    "brackets": [
        ["{", "}"],
        ["[", "]"],
        ["(", ")"]
    ]
}