From: Matthijs Kooijman Date: Wed, 10 Jun 2009 11:36:48 +0000 (+0200) Subject: Let pret-lam recognize the "in" keyword. X-Git-Tag: final-thesis~328 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=72702b3b4183aa6cf75fe01ae5a07aaf85790801;ds=sidebyside Let pret-lam recognize the "in" keyword. --- diff --git a/pret-lam.lua b/pret-lam.lua index 94dd810..c25daef 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -24,6 +24,7 @@ buffers.visualizers.lam.tokens = { ['case'] = {style = 'bold'}, ['of'] = {style = 'bold'}, ['let'] = {style = 'bold'}, + ['in'] = {style = 'bold'}, } function buffers.visualizers.lam.flush_line(str,nested)