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