TagDirective

Single tag directive. handle is the shortcut, prefix is the prefix that replaces it.

struct TagDirective {
string handle;
string prefix;
}

Meta