* and | now comment chars, for the sake of Org-mode

This commit is contained in:
John Wiegley 2009-11-25 02:36:32 -05:00
parent 98ea23cd59
commit 4141afbfae

View file

@ -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