JimmyCushnie / JECS

Jimmy's Epic Config System
Do What The F*ck You Want To Public License
156 stars 16 forks source link

Collection shortcuts #11

Open JimmyCushnie opened 5 years ago

JimmyCushnie commented 5 years ago

It would be nice to have a compact way of writing collections. I.e.

collection:
    - 22
    - 10
    - 35
    - 0

shortcutCollection: [22, 10, 35, 0]

Careful consideration should be given to whatever syntax is chosen.