* and | now comment chars, for the sake of Org-mode
This commit is contained in:
parent
98ea23cd59
commit
4141afbfae
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue