summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion/index/dictionary_value.cfg
blob: cddf7b8cc8f493a09e2eff30e841cacde0c9a617 (plain)
1
2
3
4
5
6
7
8
9
[output]
include=[
    {"display": "outer"},
    {"display": "inner"},
]
exclude=[
    {"display": "keys"},
    {"display": "\"keys\""},
]