This commit is contained in:
psychobunny
2015-08-25 17:05:48 -04:00
parent 8372b291e4
commit 6c44db9a0c

View File

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