1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00

Rename horizontal rule parser rule for less "rule"-based confusion

This commit is contained in:
Jeremy Ruston 2012-12-26 19:49:01 +00:00
parent 90a09c0a42
commit 8684c375b8

View File

@ -1,5 +1,5 @@
/*\
title: $:/core/modules/parsers/wikiparser/rules/rule.js
title: $:/core/modules/parsers/wikiparser/rules/horizrule.js
type: application/javascript
module-type: wikirule
@ -16,7 +16,7 @@ Wiki text block rule for rules. For example:
/*global $tw: false */
"use strict";
exports.name = "rule";
exports.name = "horizrule";
exports.types = {block: true};
exports.init = function(parser) {