aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexicon_filter.in
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-30 11:03:02 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:27 +0100
commitb3e28ac41a3ad04eb84b78e4e58adfeb2fe39c70 (patch)
tree21021675526a1fd7e9acdaa0193652cdcff3a0e8 /lexicon_filter.in
parentc39fe3433bf73aa2562fb366cc82bc9c3cc6616a (diff)
Addition of 'ascii fish' logo
+ small fixes
Diffstat (limited to 'lexicon_filter.in')
-rw-r--r--lexicon_filter.in5
1 files changed, 1 insertions, 4 deletions
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{\&amp;}/
s/\([^{&] *\)&[^a-z]/\1@redr{\&amp;}/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. #####