virtualx-engine/modules/gdscript/tests/scripts/completion/assignment_options/enum_identifier.cfg
2024-08-30 13:46:48 +02:00

12 lines
323 B
INI

[output]
include=[
{"display": "Control.SIZE_EXPAND"},
{"display": "Control.SIZE_EXPAND_FILL"},
{"display": "Control.SIZE_FILL"},
{"display": "Control.SIZE_SHRINK_BEGIN"},
{"display": "Control.SIZE_SHRINK_CENTER"},
{"display": "Control.SIZE_SHRINK_END"},
]
exclude=[
{"display": "contro_var"}
]