aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/rgx_yaml_tags.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/meta/rgx_yaml_tags.d')
-rw-r--r--src/doc_reform/meta/rgx_yaml_tags.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc_reform/meta/rgx_yaml_tags.d b/src/doc_reform/meta/rgx_yaml_tags.d
index d2f21da..86f3e99 100644
--- a/src/doc_reform/meta/rgx_yaml_tags.d
+++ b/src/doc_reform/meta/rgx_yaml_tags.d
@@ -51,6 +51,7 @@
regex: regular expressions used in sisu document parser
+/
module doc_reform.meta.rgx_yaml;
+@safe:
static template spineRgxYamlTags() {
static struct RgxYaml {
static yaml_tag_is_str = ctRegex!(`:str$`);