diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-25 02:36:32 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-25 02:36:32 -0500 |
commit | 4141afbfae0cfeb55b67efea603962b88b885043 (patch) | |
tree | 5c50c7d2db14523b37aadca6beddb16a96c84002 /src | |
parent | 98ea23cd59cf959f3561632cc38043ab2d89f164 (diff) | |
download | fork-ledger-4141afbfae0cfeb55b67efea603962b88b885043.tar.gz fork-ledger-4141afbfae0cfeb55b67efea603962b88b885043.tar.bz2 fork-ledger-4141afbfae0cfeb55b67efea603962b88b885043.zip |
* and | now comment chars, for the sake of Org-mode
Diffstat (limited to 'src')
-rw-r--r-- | src/textual.cc | 6 |
1 files 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 |