Merge "RCFilters: Style the Saved Links placeholder and add a title"
[lhc/web/wiklou.git] / includes / parser / Preprocessor.php
index cc98abd..cb8e3a7 100644 (file)
@@ -48,7 +48,13 @@ abstract class Preprocessor {
                        'names' => [ 2 => null ],
                        'min' => 2,
                        'max' => 2,
-               ]
+               ],
+               '-{' => [
+                       'end' => '}-',
+                       'names' => [ 2 => null ],
+                       'min' => 2,
+                       'max' => 2,
+               ],
        ];
 
        /**