Make sure the parser rules have unique names

This commit is contained in:
Jeremy Ruston
2012-12-26 19:32:54 +00:00
parent 4cf1c9ed1e
commit c1ec1578ec
6 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ Wiki rule for macro calls
/*global $tw: false */
"use strict";
exports.name = "macrocall";
exports.name = "macrocallinline";
exports.types = {inline: true};
exports.init = function(parser) {