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