xref: /dokuwiki/inc/Parsing/ParserMode/Plugin.php (revision 96f7b5b55777009d6e4013c09f8d24e5f6b56f47)
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