Merge pull request #1 from Jonta/Jonta-grammar-an-highlighter-1

Grammar
This commit is contained in:
Jonta 2021-10-07 04:57:53 +02:00 committed by GitHub
commit 123a264894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ enum class HighlightPass
};
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
// color, adding information text (line numbering for example) or replacing
// buffer content (folding for example)