* 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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case '#': // comment line
|
case ';': // comments
|
||||||
case ';': // comment line
|
case '#':
|
||||||
|
case '*':
|
||||||
|
case '|':
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case '-': // option setting
|
case '-': // option setting
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue