issues
search
Thom1729
/
YAML-Macros
A macro system for YAML files powered by Python. Intended for Sublime Text development.
MIT License
21
stars
3
forks
source link
Preserve ordering
#6
Closed
Thom1729
closed
7 years ago
Thom1729
commented
7 years ago
Reorganized source.
Will now try to preserve ordering of struct keys. (Uses
https://github.com/fmenabe/python-yamlordereddictloader
)
If you pass a YAML mapping to a macro with variadic positional args, that macro will receive a list of key-value pairs.