1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00
Files
godot/modules/gdscript/tests/scripts/completion/index/local_dictionary_keys.cfg

12 lines
195 B
INI

[output]
include=[
{"display": "\"key1\""},
{"display": "\"key2\""},
]
exclude=[
{"display": "keys"},
{"display": "\"keys\""},
{"display": "key1"},
{"display": "key2"},
]