Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
754f262e
Commit
754f262e
authored
Oct 07, 1998
by
simonm
Browse files
[project @ 1998-10-07 16:33:23 by simonm]
mangle percent symbols properly.
parent
33638a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
glafp-utils/sgmlverb/sgmlverb.lex
View file @
754f262e
...
...
@@ -28,6 +28,7 @@ miranda ([0-9]+(\-([0-9]+)?)?)?>
top = 0;
<NORM>@@ { printf ("@"); }
<NORM>@ { printf ("<tt>"); PUSH NORM; BEGIN VERB; }
<NORM>\\% { printf ("%"); }
<NORM>{comment} { }
<VERB>@ { printf ("</tt>"); POP; }
<VERB>@@ { printf ("@"); }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment