Add support for Vala source code
authorJürg Billeter <j@bitron.ch>
Wed, 16 Jan 2008 14:08:44 +0000 (15:08 +0100)
committerRobin Luckey <robin@Tangier.ohloh.net>
Wed, 16 Jan 2008 16:44:50 +0000 (08:44 -0800)
commitf879617036bdd5fd3a3b025152f58886e88b559a
treec52be26eaa185c22f42450c1a67fd770b2a3d531
parent477114b6628541f558edc09014b2d550ada291b7
Add support for Vala source code
ext/ohcount_native/generator.rb
ext/ohcount_native/polyglots.c
lib/ohcount/detector.rb
lib/ohcount/sloc_info.rb
test/detect_files/foo.vala [new file with mode: 0644]
test/expected_dir/vala1.vala/vala/blanks [new file with mode: 0644]
test/expected_dir/vala1.vala/vala/code [new file with mode: 0644]
test/expected_dir/vala1.vala/vala/comment [new file with mode: 0644]
test/src_dir/vala1.vala [new file with mode: 0644]
test/unit/detector_test.rb
test/unit/vala_test.rb [new file with mode: 0644]