aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-04-11 19:43:06 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:25 -0400
commit08549c763cd731531d4e1c52c86fe265cbef92f2 (patch)
treeca82a1afe55e1fb75aa7c1428684db29d7390219 /org/default_regex.org
parentconfig, where used without document processing (diff)
uid, select separator that works better with sqlite
Diffstat (limited to 'org/default_regex.org')
-rw-r--r--org/default_regex.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/org/default_regex.org b/org/default_regex.org
index a768a65..4ddaeca 100644
--- a/org/default_regex.org
+++ b/org/default_regex.org
@@ -50,6 +50,7 @@ static template spineRgxIn() {
/+ misc +/
// static true_dollar = ctRegex!(`\$`, "gm");
static sep = ctRegex!(`␣`, "gm");
+static uid_sep = ctRegex!(`:`, "gm"); // ctRegex!(`␣`, "gm");
static flag_action = ctRegex!(`^(--[a-z][a-z0-9-]+)$`);
static within_quotes = ctRegex!(`"(.+?)"`, "m");
static yaml_tag_is_str = ctRegex!(`:str$`);