From 4141afbfae0cfeb55b67efea603962b88b885043 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 25 Nov 2009 02:36:32 -0500 Subject: [PATCH] * and | now comment chars, for the sake of Org-mode --- src/textual.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/textual.cc b/src/textual.cc index 071e111d..0eaa5869 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -345,8 +345,10 @@ void instance_t::read_next_directive() break; } - case '#': // comment line - case ';': // comment line + case ';': // comments + case '#': + case '*': + case '|': break; case '-': // option setting