Adds additional comment styles for MS-DOS batch files
authorRobin Luckey <rluckey@blackducksoftware.com>
Fri, 16 Dec 2011 19:19:19 +0000 (11:19 -0800)
committerRobin Luckey <rluckey@blackducksoftware.com>
Fri, 16 Dec 2011 19:25:31 +0000 (11:25 -0800)
commitb9cdabaf7a7f0d210bc7652d6ef8df14c8d12c48
tree0884fdfb915efe4d8da7865d5f33b4925a9058c2
parent806e19dc15c4cd6d56425d6c958962fd13597bce
Adds additional comment styles for MS-DOS batch files

In addition to 'REM', we now accept '@REM' and '::'.

Note that test/expected_dir/bat1.bat should be tab-delimited (not
space-delimited), so this patch also corrects that.
src/parsers/bat.rl
test/expected_dir/bat1.bat
test/src_dir/bat1.bat