sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
52 stars 2 forks source link

Apply unquoted string macro to lists #185

Closed robcxyz closed 9 months ago

robcxyz commented 10 months ago

Currently it is only applied to values in a map but it should work against values of a list as well. Low priority but it should work.

foo: bar
stuff: things

a_list_unquoted->:
  - {{foo}}
  - {{stuff}}

This should be macroed.