diff options
Diffstat (limited to 'org/default_regex.org')
-rw-r--r-- | org/default_regex.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org/default_regex.org b/org/default_regex.org index e432a32..6e6ee00 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -253,9 +253,9 @@ static smid_image_delimit = ctRegex!(`(?P<pre>^|[ ] #+NAME: meta_rgx #+BEGIN_SRC d /+ inline markup book index +/ -static book_index = ctRegex!(`^=\{\s*(?P<bookindex>.+?)\}$`, "m"); -static book_index_open = ctRegex!(`^=\{\s*([^}]*?)$`); -static book_index_close = ctRegex!(`^(.*?)\}$`, "m"); +static book_index_item = ctRegex!(`^=\{\s*(?P<bookindex>.+?)\}$`, "m"); +static book_index_item_open = ctRegex!(`^=\{\s*([^}]*?)$`); +static book_index_item_close = ctRegex!(`^(.*?)\}$`, "m"); #+END_SRC ** switch |