fixed unlexer

This commit is contained in:
aarne
2004-06-24 15:13:40 +00:00
parent 0a6ded780f
commit 22e3bdce02
2 changed files with 2 additions and 1 deletions

View File

@@ -303,6 +303,7 @@ customUntokenizer =
,(strCI "codelit", const $ formatAsCodeLit)
,(strCI "concat", const $ concat . words)
,(strCI "glue", const $ performBinds)
,(strCI "reverse", const $ reverse)
,(strCI "bind", const $ performBinds) -- backward compat
-- add your own untokenizers here
]