xref: /dokuwiki/inc/Parsing/ParserMode/Plugin.php (revision c6639e6a6a4b11d65ecbc19f1bbbf2d9b32d0c19)
1<?php
2
3namespace dokuwiki\Parsing\ParserMode;
4
5/**
6 * @fixme do we need this anymore or could the syntax plugin inherit directly from abstract mode?
7 */
8abstract class Plugin extends AbstractMode {}
9