diff options
| author | aarne <unknown> | 2005-03-31 14:47:42 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-03-31 14:47:42 +0000 |
| commit | 0151c5c418fb64e01e46c6bff464f0d7b2dd91ba (patch) | |
| tree | b3e6478b3aef1257a18aaf4a8e5698b179e9612e /src/GF/UseGrammar | |
| parent | 70deda4132b66bc8d61e25d7f585012f09bf01fc (diff) | |
new unlexers ; work on Romance
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 6 |
1 files changed, 4 insertions, 2 deletions
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) |
