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

Add quarto format support and highlight yaml header in rmarkdown #84

Open Aman9das opened 5 months ago

Aman9das commented 5 months ago

Basically same format as rmd. Also highlight the yaml metadata at the top.

Example: image

quarto is the successor of rmarkdown from the same devs. and the yaml chunk at the top has special meaning and should be highlighted too.

Aman9das commented 4 months ago

pinging for review @lukas-reineke 👋

I have copied the rmarkdown specifications only for quarto, since they have same structure