You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Although we have very different styles (for code and examples), some of my stuff might be useful for your work. From now on I'll try to refine my examples and provide them for your consideration, but there may be old stuff you'd be interested in absorbing into this project, including some oddities.
# A whole HEREDOC block which can be trivially commented in or out to enable/disable the block.# Also code foldable.
:<<'}'{ \echo 'This would not be run.'}# Notice the commenting of the following line.#:<<'}'
{
\echo 'This WOULD be run.'
}