From 203fa77f01c460b60ea50342676a55c4a80b5a42 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 4 Jul 2017 07:36:45 -0400 Subject: sdl extract and composite conf (make) --- org/default_regex.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'org/default_regex.org') diff --git a/org/default_regex.org b/org/default_regex.org index 04abbad..e1f8d26 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -83,6 +83,15 @@ static comment = ctRegex!(`^%+ `); static comments = ctRegex!(`^%+ |^%+$`); #+END_SRC +** config + +#+name: ao_rgx +#+BEGIN_SRC d +/+ header +/ +static make_simple_substitutions_rb = ctRegex!(`(?P/(?P.+?)/,[ ]*['"](?P.+?)['"])`); +static make_simple_substitutions_d = ctRegex!(`(?P``(?P.+?)``,[ ]*['"](?P.+?)['"])`); +#+END_SRC + ** native headers *** native header :native:header: -- cgit v1.2.3