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:
841a7f8
)
Support the | character in pret-lam.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 28 Aug 2009 12:02:37 +0000
(14:02 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 28 Aug 2009 12:02:37 +0000
(14:02 +0200)
pret-lam.lua
patch
|
blob
|
history
diff --git
a/pret-lam.lua
b/pret-lam.lua
index 2e70001aa90ff6971f7ff89c946a2f390a22b0ba..9bf5b96bd390d922b2e1ec8f58ce4956706d5dd5 100644
(file)
--- a/
pret-lam.lua
+++ b/
pret-lam.lua
@@
-24,9
+24,9
@@
local symbols = {
-- better.
['*'] = {repr = '\\ast'},
['~'] = {repr = '\\sim'},
+ ['|'] = {repr = '\\char' .. utf.byte('|')},
}
-
-- Keywords that should be bold
local keywords = {
['case'] = {},