Add base class for syntax handlers
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled

This commit is contained in:
2026-01-06 09:02:39 +01:00
parent 0ad43bcf9c
commit 490a483df1
5 changed files with 273 additions and 258 deletions

View File

@@ -1,5 +1,6 @@
<?php
require_once(__DIR__ . '/syntax/AbstractSyntax.php');
require_once(__DIR__ . '/syntax/files.php');
/**