From 72702b3b4183aa6cf75fe01ae5a07aaf85790801 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 10 Jun 2009 13:36:48 +0200 Subject: [PATCH] Let pret-lam recognize the "in" keyword. --- pret-lam.lua | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2