From: Matthijs Kooijman Date: Wed, 4 Nov 2009 14:05:26 +0000 (+0100) Subject: Allow literal $'s to be used in lambda expressions. X-Git-Tag: final-thesis~174 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=2623fc848f36caddf9513b9e0dc37419a53d486c Allow literal $'s to be used in lambda expressions. --- diff --git a/pret-lam.lua b/pret-lam.lua index 6935043..53ea619 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