lukas-reineke / headlines.nvim

This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
MIT License
699 stars 28 forks source link

Two types of Norg verbatim blocks #58

Closed jonathf closed 1 year ago

jonathf commented 1 year ago

Not sure why Norg does this, but it supports two types of verbatim block syntaxes:

|code
style 1
|end

@code
style 2
@end

I guess the latter is ment for embedding code, which I assume headlines.nvim is aiming for.

This PR add support for both.

jonathf commented 1 year ago

README is now updated.