jgm / djot

A light markup language
https://djot.net
MIT License
1.63k stars 43 forks source link

Highlight blockquote leader `>` #143

Closed rhysd closed 1 year ago

rhysd commented 1 year ago

This PR adds highlighting blockquote leader > to Vim syntax highlighter, so that users can notice it has syntactic meaning. This is the same behavior as Vim's Markdown syntax highlighting.

jgm commented 1 year ago

To clarify, is the result that the > is highlighted, but not the text of the blockquote? Or is the whole thing highlighted?

rhysd commented 1 year ago

Only > is highlighted.

jgm commented 1 year ago

OK, good. Thanks for this.