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