From dfc0d4cf59a9de98bc088c80e75877d9fc9fcab9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 30 May 2017 19:50:41 -0700 Subject: move code syntax highlighting to plugin --- library/Text_Highlighter/Text/Highlighter/XML.php | 263 ---------------------- 1 file changed, 263 deletions(-) delete mode 100644 library/Text_Highlighter/Text/Highlighter/XML.php (limited to 'library/Text_Highlighter/Text/Highlighter/XML.php') diff --git a/library/Text_Highlighter/Text/Highlighter/XML.php b/library/Text_Highlighter/Text/Highlighter/XML.php deleted file mode 100644 index 2d85db5fd..000000000 --- a/library/Text_Highlighter/Text/Highlighter/XML.php +++ /dev/null @@ -1,263 +0,0 @@ - - * - */ - -/** - * @ignore - */ - -require_once 'Text/Highlighter.php'; - -/** - * Auto-generated class. XML syntax highlighting - * - * @author Andrey Demenev - * @category Text - * @package Text_Highlighter - * @copyright 2004-2006 Andrey Demenev - * @license http://www.php.net/license/3_0.txt PHP License - * @version Release: @package_version@ - * @link http://pear.php.net/package/Text_Highlighter - */ -class Text_Highlighter_XML extends Text_Highlighter -{ - var $_language = 'xml'; - - /** - * PHP4 Compatible Constructor - * - * @param array $options - * @access public - */ - function Text_Highlighter_XML($options=array()) - { - $this->__construct($options); - } - - - /** - * Constructor - * - * @param array $options - * @access public - */ - function __construct($options=array()) - { - - $this->_options = $options; - $this->_regs = array ( - -1 => '/((?i)\\<\\!\\[CDATA\\[)|((?i)\\