Grammar
This commit is contained in:
parent
21494e5d78
commit
caea620229
|
@ -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