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