godot/modules/gdscript/tests/scripts/completion/assignment_options/enum_identifier.cfg

[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"}
]