aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/rgx_files.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/meta/rgx_files.d')
-rw-r--r--src/doc_reform/meta/rgx_files.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc_reform/meta/rgx_files.d b/src/doc_reform/meta/rgx_files.d
index 46d0d7f..98dcbd2 100644
--- a/src/doc_reform/meta/rgx_files.d
+++ b/src/doc_reform/meta/rgx_files.d
@@ -51,6 +51,7 @@
regex: regular expressions used in sisu document parser
+/
module doc_reform.meta.rgx_files;
+@safe:
static template spineRgxFiles() {
static struct RgxFiles {
static src_pth_sst_or_ssm = ctRegex!(`^(?P<path>[/]?(?:[a-zA-Z0-9._-]+/)*)(?P<filename>[a-zA-Z0-9._-]+[.](?P<extension>ss[tm]))$`);