From bdf20b225b1e8c5f5f37e9e9a2c52854c2789b03 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 10 Aug 2017 06:23:36 -0400 Subject: a couple of small fixes --- org/default_regex.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/default_regex.org') diff --git a/org/default_regex.org b/org/default_regex.org index f255bb6..a45f373 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -89,7 +89,7 @@ static comments = ctRegex!(`^%+ |^%+$`); #+BEGIN_SRC d /+ header +/ static make_simple_substitutions_rb = ctRegex!(`(?P/(?P.+?)/,[ ]*['"](?P.+?)['"])`); -static make_simple_substitutions_d = ctRegex!(`(?P``(?P.+?)``,[ ]*['"](?P.+?)['"])`); +static make_simple_substitutions_d = ctRegex!(`(?P` ~ '`' ~ `(?P.+?)` ~ '`' ~ `,[ ]*['"](?P.+?)['"])`); #+END_SRC ** native headers -- cgit v1.2.3