Grammalecte  gc_rules.js at [0c29214964]

File gc_core/js/lang_core/gc_rules.js artifact 03bc540fb7 part of check-in 0c29214964


// Grammar checker rules
"use strict";

${string}
${regex}

const lParagraphRules = ${paragraph_rules_JS};

const lSentenceRules = ${sentence_rules_JS};


if (typeof(exports) !== 'undefined') {
	exports.lParagraphRules = lParagraphRules;
	exports.lSentenceRules = lSentenceRules;
}