Class HeredocHighlighter


  • public class HeredocHighlighter
    extends Highlighter
    Accepts heredoc constructions. Accepted parameters:
    start
    How the heredoc construction starts. Required.
    quote
    Allowed quote characters to be used in the identifier name. This parameter can be used more than once.
    noWhiteSpace
    whitespace after start is not allowed.
    looseTerminator
    if set the identifier does not have to start on a new line
    flag
    Flags that can be put after the 'start'. This parameter can be used more than once.
    See http://en.wikipedia.org/wiki/Heredoc