Folks, Long story short, I was looking for a way to incorporate open comment / close comment strings into templates in a filetype-agnostic mechanism. (e.g., for shell scripts, `{co}` would be replaced with '#').
I didn't find anything so I forked the repo, cut a branch, and added `{co}` and `{cc}` as wildcards in `src/templates.c`.
I can submit a PR with the changes if you think this has any value.
What do you think?