X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=pret-lam.lua;h=94dd81085a9aa53617c262c12315a094864d82fe;hp=15fcf9a3ac1fdc6343dd3e90077047d713921983;hb=207cddf520024052b4da9040aa3a9636f30924db;hpb=95b1a682e51c47d635d5bafe75bd7096e8d4ec18 diff --git a/pret-lam.lua b/pret-lam.lua index 15fcf9a..94dd810 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -19,6 +19,7 @@ buffers.visualizers.lam.colors = { buffers.visualizers.lam.tokens = { [' '] = {repr = '\\obs '}, + ['_'] = {repr = '\\_'}, ['->'] = {repr = '\\rightarrow'}, ['case'] = {style = 'bold'}, ['of'] = {style = 'bold'},