Let pret-lam recognize the "in" keyword.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:36:48 +0000 (13:36 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:36:48 +0000 (13:36 +0200)
pret-lam.lua

index 94dd81085a9aa53617c262c12315a094864d82fe..c25daefb697c3cd08c7a15115c935a62a948cf42 100644 (file)
@@ -24,6 +24,7 @@ buffers.visualizers.lam.tokens = {
     ['case'] = {style = 'bold'},
     ['of'] = {style = 'bold'},
     ['let'] = {style = 'bold'},
     ['case'] = {style = 'bold'},
     ['of'] = {style = 'bold'},
     ['let'] = {style = 'bold'},
+    ['in'] = {style = 'bold'},
 }
 
 function buffers.visualizers.lam.flush_line(str,nested)
 }
 
 function buffers.visualizers.lam.flush_line(str,nested)