knit
knit copied to clipboard
Feature request: variable expansion with braces
Makefiles also support this: https://www.gnu.org/software/make/manual/html_node/Reference.html
$(foo)
${foo}
This is useful because i often copy&paste snippets of makefiles into sh and sh does not support $(foo).