aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sdp/ao_rgx.d
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sdp/ao_rgx.d')
-rw-r--r--lib/sdp/ao_rgx.d4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sdp/ao_rgx.d b/lib/sdp/ao_rgx.d
index 21101b5..7050d25 100644
--- a/lib/sdp/ao_rgx.d
+++ b/lib/sdp/ao_rgx.d
@@ -27,8 +27,10 @@ mixin template RgxInit() {
static levels_numbered_headings = ctRegex!(`^[0-7]$`);
/* insert markup file */
static insert_src_fn_ssi_or_sst = ctRegex!(`^<<\s*(?P<path>[a-zA-Z0-9._-]+/)*(?P<filename>[a-zA-Z0-9._-]+[.]ss[ti])$`);
- /* header & comments */
+ // static insert_ssi_or_sst_fn = ctRegex!(`^<<\s*[a-zA-Z0-9._-]+[.]ss[ti]`);
+ /* comments */
static comment = ctRegex!(`^%+ `);
+ /* header */
static header = ctRegex!(`^@([a-z_]+):(?:\s|$)`);
static header_make = ctRegex!(`^@(make):(?:\s|$)`);
static header_metadata = ctRegex!(`^@([a-z_]+):(?:\s|$)`);