Merge pull request #1 from Jonta/Jonta-grammar-an-highlighter-1
Grammar
This commit is contained in:
commit
123a264894
|
@ -28,7 +28,7 @@ enum class HighlightPass
|
||||||
};
|
};
|
||||||
constexpr bool with_bit_ops(Meta::Type<HighlightPass>) { return true; }
|
constexpr bool with_bit_ops(Meta::Type<HighlightPass>) { return true; }
|
||||||
|
|
||||||
// An Highlighter is a function which mutates a DisplayBuffer in order to
|
// A Highlighter is a function which mutates a DisplayBuffer in order to
|
||||||
// change the visual representation of a file. It could be changing text
|
// change the visual representation of a file. It could be changing text
|
||||||
// color, adding information text (line numbering for example) or replacing
|
// color, adding information text (line numbering for example) or replacing
|
||||||
// buffer content (folding for example)
|
// buffer content (folding for example)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user