From b3e28ac41a3ad04eb84b78e4e58adfeb2fe39c70 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Sat, 30 Aug 2014 11:03:02 +0100 Subject: Addition of 'ascii fish' logo + small fixes --- lexicon_filter.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lexicon_filter.in') diff --git a/lexicon_filter.in b/lexicon_filter.in index 1b813fbb..02ded839 100644 --- a/lexicon_filter.in +++ b/lexicon_filter.in @@ -558,7 +558,7 @@ x s/\([^{|] *\)|/\1@redr{|}/g s/&$/@redr{\&}/ s/\([^{&] *\)&[^a-z]/\1@redr{\&}/g -s/\([^{<>^] *\)\([0-9]* *[<>^][<>^]*[^@][a-zA-Z0-9._-]*\)/\1@redr{\2}/g +s/\([^{<>^] *\)\([0-9]* *[<>^][<>^]*[^@][a-zA-Z0-9./_-]*\)/\1@redr{\2}/g s/\\}/}\\/g #. # Now we can add in 'unsafe' entities that would be too greedy. @@ -571,9 +571,6 @@ s/\($[$]*\)\([A-Za-z_0-9][A-Za-z_0-9]*\)/@vars{@optr{\1}\2}/g # Files s/\([^@]\)\([A-Za-z0-9_-][A-Za-z0-9_-]*\.[a-z0-9*][a-z0-9*]*\)/\1@fsfo{\2}/g #. -# Fold Files into Paths -s/\(@path{[^}]*\)}@fsfo/\1}@fsfo/ -#. :commands #. #### This section is built in the Makefile. Just some formatting examples. ##### -- cgit v1.2.3