Enable indent stripping for \typebufferlam and \typebufferhs.
[matthijs/master-project/report.git] / pret-lam.lua
index 6c1ee96a2b39899a1b45f832c8766e7b917c68b2..be2c55b02eb18fa30006e64aa554c273e1c3fb7d 100644 (file)
@@ -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