mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 23:47:10 +00:00
Make sure the parser rules have unique names
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user