Adding Actionscript and Mxml support
authorGwoo <gwoo@hume.local>
Sat, 26 Apr 2008 14:55:29 +0000 (07:55 -0700)
committerRobin Luckey <robin@ohloh.net>
Mon, 28 Apr 2008 22:30:01 +0000 (15:30 -0700)
commitb877627bf63ed866aaf78036c620b3099d7b4410
treed9f674c0f8e70ce89dd18b26662c61af7aa7d99f
parent5cbbdf487cc6fc1073c9ff9f7e6eb6da075ad66d
Adding Actionscript and Mxml support
14 files changed:
ext/ohcount_native/generator.rb
ext/ohcount_native/glots/mxml_polyglot.rb [new file with mode: 0644]
lib/ohcount/detector.rb
lib/ohcount/sloc_info.rb
test/detect_files/ActionscriptFile.as [new file with mode: 0644]
test/expected_dir/as1.as/actionscript/code [new file with mode: 0644]
test/expected_dir/as1.as/actionscript/comment [new file with mode: 0644]
test/expected_dir/mxml1.mxml/actionscript/code [new file with mode: 0644]
test/expected_dir/mxml1.mxml/css/code [new file with mode: 0644]
test/expected_dir/mxml1.mxml/mxml/code [new file with mode: 0644]
test/src_dir/as1.as [new file with mode: 0644]
test/src_dir/mxml1.mxml [new file with mode: 0644]
test/unit/actionscript_test.rb [new file with mode: 0644]
test/unit/mxml_test.rb [new file with mode: 0644]