> > I think only double quote, backslash, backtick remain unclaimed. And of > > course > > ASCII \0 through \040 and \177 ;) > > I see. Apart from using some of the traditional begin-end sequences we > could use %; or similar on each line to "comment" it?
I guess in theory we could define percent-backslash-separator to not count, but wouldn't that go a bit into micro-management territory? In the kernel usecase the main goal would be to "comment" one block of lines, not meticulously mark up each and every non-insn line. Alexander