* jscript: Add "undefined" keyword
* jscript: Add "default" keyword
* Add ASASM (ActionScript 3 assembler, RABCDAsm variant)
* Fix newline conversion in runtest.py
* Add jsfl extension to ActionScript
* runtest.py: Allow selective testing with filter globs on command-line
* ActionScript: Fix/improve outlining, regexp/comments
* Add MediaWiki syntax
* Major update to D scheme
* lib/uri: Fix typo
* proto.hrc whitespace fixes
schemes/hrc/hrc/base/d.hrc | 658 ++++--
schemes/hrc/hrc/base/d2-phobos.ent.hrc | 2813 ++++++++++++++++-------
schemes/hrc/hrc/inet/actionscript.hrc | 15 +-
schemes/hrc/hrc/inet/jscript.hrc | 2 +
schemes/hrc/hrc/lib/uri.hrc | 2 +-
schemes/hrc/hrc/misc/ddoc.hrc | 120 +
schemes/hrc/hrc/misc/mediawiki.hrc | 535 +++++
schemes/hrc/hrc/proto.hrc | 37 +-
schemes/hrc/hrc/proto.hrc.far | 173 +-
schemes/hrc/hrc/rare/asasm.hrc | 373 +++
schemes/hrc/test/_valid/other/d-sample.d.html | 378 ++-
schemes/hrc/test/_valid/other/mediawiki.mw.html | 334 +++
schemes/hrc/test/_valid/other/test.as.html | 13 +
schemes/hrc/test/other/d-sample.d | 262 ++-
schemes/hrc/test/other/test.as | 12 + schemes/hrc/test/runtest.py | 14 +-
17 files changed, 4872 insertions(+), 1202 deletions(-)