X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=pret-lam.lua;h=be2c55b02eb18fa30006e64aa554c273e1c3fb7d;hp=6c1ee96a2b39899a1b45f832c8766e7b917c68b2;hb=7095d53c2ec805554837714da3df3a458ebfb2bb;hpb=f26456b7c1ca8bb42a8ea540f5953d039a465b48 diff --git a/pret-lam.lua b/pret-lam.lua index 6c1ee96..be2c55b 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -25,6 +25,7 @@ local symbols = { ['*'] = {repr = '\\ast'}, ['~'] = {repr = '\\HDLine[width=.20 * \\the\\textwidth]'}, ['|'] = {repr = '\\char' .. utf.byte('|')}, + ['$'] = {repr = '\\char' .. utf.byte('$')}, } -- Keywords that should be bold @@ -35,6 +36,7 @@ local keywords = { ['letrec'] = {}, ['letnonrec'] = {}, ['in'] = {}, + ['DEFAULT'] = {}, } local in_block = 0