This commit is contained in:
psychobunny
2015-08-25 17:05:48 -04:00
committed by Julian Lam
parent bb25e2690e
commit f7648c2ed7

View File

@@ -9,7 +9,7 @@
var languages = {},
regexes = {
match: /\[\[\w+:[^\]]+?\]\]/g,
match: /\[\[\w+:.*?\]\]/g,
split: /[,][\s]*/,
replace: /\]+$/
};