Class

PlainCodeHighlighter

Package: Content\Formatting\parser Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Benoit SAUTEL ben.popeye@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2010 01 03 Contributor: Arnaud GENET elenwii@phpboost.com Contributor: mipel mipel@phpboost.com Located at: content/formatting/parser/PlainCodeHighlighter.class.php

This is a manual syntax highlighter for plain code with the [highlight] tag to choose what to highlight.

AbstractParser implements FormattingParser
Extended by PlainCodeHighlighter
Methods summary
public
# __construct( )

Build a PlainCodeHighlighter object.

public
# parse( )

Parses the content of the parser.

Constants summary
string HIGHLIGHTING_STYLE
# 'color:#BA154C; font-weight:bold;'
Constants inherited from AbstractParser
PICK_UP, REIMPLANT