commit | dd986710e02cd555bb4333745a6fc116cc885816 | [log] [tgz] |
---|---|---|
author | Chris Thunes <cthunes@brewtab.com> | Sat Oct 20 15:53:56 2018 |
committer | Chris Thunes <cthunes@brewtab.com> | Sat Oct 20 15:53:56 2018 |
tree | e902ad08723772f95a66b51a9a0d0488493cdcac | |
parent | ff5d92532acbcada7767d96ee70ebbc2e915afbc [diff] |
Fix column calculation when a comment does not end in a newline. Previously the column update always assumed a newline immediately followed the end of a comment. In fixing the column calculation the comment handling code in the tokenizer has been simplified and consolidated.