🔀 Merge some stuff
This commit is contained in:
parent
72d8ac4a24
commit
992ff69040
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ export const MATCH_HTML_COMMENT = new RegExp(
|
||||||
"|<[?][^>]*>?",
|
"|<[?][^>]*>?",
|
||||||
"g"
|
"g"
|
||||||
);
|
);
|
||||||
export const MATCH_COMMENT = new RegExp("(%%(w+(sw+)*)%%)", "g");
|
export const MATCH_PARAGRAPH = new RegExp("\n([^\n]+)\n", "g");
|
||||||
|
|
Loading…
Reference in a new issue