[NEW] Parse *.apsx, *.ascx files. Resulted in new polyglots cs_aspx, vb_aspx.
authorRobin Luckey <robin@ohloh.net>
Wed, 12 Nov 2008 00:47:00 +0000 (16:47 -0800)
committerRobin Luckey <robin@ohloh.net>
Wed, 12 Nov 2008 00:47:00 +0000 (16:47 -0800)
commit6af58bf9ace18fe38db42edbf8d90f037fa0a32e
treed3919d0636471cc6c2105085256d2be57f03cbb3
parent9e36ce8ab10017fd6356dd4bd7bdc5aa99b68867
[NEW] Parse *.apsx, *.ascx files. Resulted in new polyglots cs_aspx, vb_aspx.
ext/ohcount_native/ragel_parser.c
ext/ohcount_native/ragel_parsers/cs_aspx.rl [new file with mode: 0644]
ext/ohcount_native/ragel_parsers/vb_aspx.rl [new file with mode: 0644]
lib/ohcount/detector.rb
test/expected_dir/cs.aspx [new file with mode: 0644]
test/expected_dir/vb.aspx [new file with mode: 0644]
test/src_dir/cs.aspx [new file with mode: 0644]
test/src_dir/vb.aspx [new file with mode: 0644]
test/unit/parsers/cs_aspx_test.rb [new file with mode: 0644]
test/unit/parsers/vb_aspx_test.rb [new file with mode: 0644]