projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
207cddf
)
Let pret-lam recognize the "in" keyword.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:36:48 +0000
(13:36 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:36:48 +0000
(13:36 +0200)
pret-lam.lua
patch
|
blob
|
history
diff --git
a/pret-lam.lua
b/pret-lam.lua
index 94dd81085a9aa53617c262c12315a094864d82fe..c25daefb697c3cd08c7a15115c935a62a948cf42 100644
(file)
--- 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)