aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-21 16:37:48 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-21 16:37:48 -0400
commit93254bf2f65d19584d11d7c453224e0ff73c0861 (patch)
tree75a9641b87cfdad6fb6568d7c3a5ca02a561d81c /doc
parent3a949d1a04c85276b0b8691d77c8ca72efd3acbe (diff)
downloadikiwiki-93254bf2f65d19584d11d7c453224e0ff73c0861.tar
ikiwiki-93254bf2f65d19584d11d7c453224e0ff73c0861.tar.gz
update
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/syntax_highlighting.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/syntax_highlighting.mdwn b/doc/todo/syntax_highlighting.mdwn
index 29e868d16..f50784e29 100644
--- a/doc/todo/syntax_highlighting.mdwn
+++ b/doc/todo/syntax_highlighting.mdwn
@@ -73,7 +73,8 @@ releases the 5 or 6 language definitions he has running on his web site, it migh
* The whole-file plugins all get confused if there is a `foo.c` and a `foo.h`.
This is trivially fixable now by passing the keepextension option when
- registering the htmlize hooks, though. That also should handle the
+ registering the htmlize hooks, though. There's also a noextension option
+ that should handle the
case of source files with names that do not contain an extension (ie,
"Makefile") -- in this case you just register the while filename
in the htmlize hook.