From d528fb1689e8e3c00557af57455c892d3c813b15 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 15 Oct 2018 10:04:49 -0400 Subject: org headings & tags, minor --- org/default_regex.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'org/default_regex.org') diff --git a/org/default_regex.org b/org/default_regex.org index c41b962..910be04 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -14,7 +14,7 @@ #+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n) [[./doc_reform.org][doc_reform]] [[./][org/]] -* 0. meta ctRegex :module: +* 0. meta ctRegex [[./doc_reform.org][doc_reform]] [[./][org/]] http://dlang.org/phobos/std_regex.html - Plain string, in which case it's compiled to bytecode before matching. @@ -27,7 +27,7 @@ http://dlang.org/phobos/std_regex.html 【】〖〗┥┝┤├¤░┘┙┚┼┿╂┊┏┚┆■☼ #+END_SRC -** 0. module template +** 0. module template :module: #+name: tangle_meta_rgx #+BEGIN_SRC d :tangle ../src/doc_reform/meta/rgx.d @@ -370,14 +370,14 @@ auto language_code_and_filename = ctRegex!("(?:^|[/])(am|bg|bn|br|ca|cs|cy|da|de|el|en|eo|es|et|eu|fi|fr|ga|gl|he|hi|hr|hy|ia|is|it|ja|ko|la|lo|lt|lv|ml|mr|nl|no|nn|oc|pl|pt|pt_BR|ro|ru|sa|se|sk|sl|sq|sr|sv|ta|te|th|tk|tr|uk|ur|vi|zh)/[A-Za-z0-9._-].+?[.](?:sst|ssm)$"); #+END_SRC -* 1. output ctRegex :module:doc_reform:output_rgx: +* 1. output ctRegex [[./doc_reform.org][doc_reform]] [[./][org/]] http://dlang.org/phobos/std_regex.html - Plain string, in which case it's compiled to bytecode before matching. - Regex!char (wchar/dchar) that contains a pattern in the form of compiled bytecode. - StaticRegex!char (wchar/dchar) that contains a pattern in the form of compiled native machine code. -** 0. module template +** 0. module template :module:output: #+name: tangle_meta_rgx #+BEGIN_SRC d :tangle ../src/doc_reform/output/rgx.d -- cgit v1.2.3