Let pret-lam recognize the "in" keyword.
[matthijs/master-project/report.git] / 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'},
+    ['in'] = {style = 'bold'},
 }
 
 function buffers.visualizers.lam.flush_line(str,nested)