From 0151c5c418fb64e01e46c6bff464f0d7b2dd91ba Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 31 Mar 2005 14:47:42 +0000 Subject: new unlexers ; work on Romance --- src/GF/UseGrammar/Custom.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/GF/UseGrammar/Custom.hs') diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 9b77123ce..727b11950 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/29 13:26:37 $ +-- > CVS $Date: 2005/03/31 15:47:43 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.49 $ +-- > CVS $Revision: 1.50 $ -- -- A database for customizable GF shell commands. -- @@ -376,6 +376,8 @@ customUntokenizer = [ (strCI "unwords", const $ id) -- DEFAULT ,(strCI "text", const $ formatAsText) + ,(strCI "html", const $ formatAsHTML) + ,(strCI "latex", const $ formatAsLatex) ,(strCI "code", const $ formatAsCode) ,(strCI "concat", const $ filter (not . isSpace)) ,(strCI "textlit", const $ formatAsTextLit) -- cgit v1.2.3