aboutsummaryrefslogtreecommitdiff
path: root/language-configuration.json
blob: 15212db7bd0bde730bf1505cce1755c6850946d9 (plain)
1
2
3
4
5
6
7
8
9
{
    "comments": {
        "lineComment": "--"
    },
    "indentationRules": {
        "increaseIndentPattern": "^ *(if|function|on|foreach)( (.*)|)$",
        "decreaseIndentPattern": "^ *(else( .*|)|end)$"
    }
}