preservim / vim-pencil

Rethinking Vim as a tool for writing
Other
1.58k stars 39 forks source link

Blacklist support Jekyll front matter #92 #103

Closed reedes closed 1 year ago

reedes commented 1 year ago

Closes #92

Tested with default markdown syntax.

Note: the "^yaml*" highlight group prefix that I added to the blacklist for markdown may be superfluous. It seems to function as a secondary highlight group. Its presence shouldn't have a performance hit.

@reedes