summaryrefslogtreecommitdiff
path: root/.luarc.json
blob: ce2b4f267d2a1b30b06d271cd6020b9ee45f9528 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "diagnostics.globals": [
        "bit",
        "vim",
        "it",
        "describe",
        "before_each",
        "after_each",
        "continue"
    ]
}