Module implementing a syntax highlighter for diff outputs.
| _REGEX_CACHE | 
| E5GenericDiffHighlighter | Class implementing a generic diff highlighter. | 
| TERMINAL | Function to mark a pattern as the final one to search for. | 
Class implementing a generic diff highlighter.
| None | 
| None | 
| E5GenericDiffHighlighter | Constructor | 
| createRules | Public method to create the highlighting rules. | 
| formats | Public method to determine the highlighting formats for a line of text. | 
| generateRules | Public method to generate the rule set. | 
| highlightBlock | Public method to highlight a block of text. | 
| makeFormat | Public method to generate a format definition. | 
| None | 
Constructor
Public method to create the highlighting rules.
Public method to determine the highlighting formats for a line of text.
Public method to generate the rule set.
Note: This method must me implemented by derived syntax highlighters.
Public method to highlight a block of text.
Public method to generate a format definition.
Function to mark a pattern as the final one to search for.