Module implementing a syntax highlighter for diff outputs.
None |
E5GenericDiffHighlighter | Class implementing a generic diff highlighter. |
GitDiffHighlighter | Class implementing a diff highlighter for Git. |
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.
Class implementing a diff highlighter for Git.
None |
None |
GitDiffHighlighter | Constructor |
generateRules | Public method to generate the rule set. |
None |
Constructor
Public method to generate the rule set.
Function to mark a pattern as the final one to search for.