Skip to content
Snippets Groups Projects
Commit 754f262e authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-10-07 16:33:23 by simonm]

mangle percent symbols properly.
parent 33638a09
No related merge requests found
......@@ -28,6 +28,7 @@ miranda ([0-9]+(\-([0-9]+)?)?)?>
top = 0;
<NORM>@@ { printf ("@"); }
<NORM>@ { printf ("<tt>"); PUSH NORM; BEGIN VERB; }
<NORM>\\% { printf ("&percnt;"); }
<NORM>{comment} { }
<VERB>@ { printf ("</tt>"); POP; }
<VERB>@@ { printf ("@"); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment