X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=pret-lam.lua;h=9bf5b96bd390d922b2e1ec8f58ce4956706d5dd5;hp=2e70001aa90ff6971f7ff89c946a2f390a22b0ba;hb=3bc5509d94b45a3b0965d992d259091d3d822b42;hpb=841a7f87134c7216e32ea002aae01ed8c357fec5 diff --git a/pret-lam.lua b/pret-lam.lua index 2e70001..9bf5b96 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -24,9 +24,9 @@ local symbols = { -- better. ['*'] = {repr = '\\ast'}, ['~'] = {repr = '\\sim'}, + ['|'] = {repr = '\\char' .. utf.byte('|')}, } - -- Keywords that should be bold local keywords = { ['case'] = {},