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:
67bc776
)
Let pret-lam escape _ characters.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:36:26 +0000
(13:36 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Wed, 10 Jun 2009 11:36:26 +0000
(13:36 +0200)
pret-lam.lua
patch
|
blob
|
history
diff --git
a/pret-lam.lua
b/pret-lam.lua
index 15fcf9a3ac1fdc6343dd3e90077047d713921983..94dd81085a9aa53617c262c12315a094864d82fe 100644
(file)
--- a/
pret-lam.lua
+++ b/
pret-lam.lua
@@
-19,6
+19,7
@@
buffers.visualizers.lam.colors = {
buffers.visualizers.lam.tokens = {
[' '] = {repr = '\\obs '},
+ ['_'] = {repr = '\\_'},
['->'] = {repr = '\\rightarrow'},
['case'] = {style = 'bold'},
['of'] = {style = 'bold'},