rose-pine / neovim

Soho vibes for Neovim
MIT License
2.25k stars 144 forks source link

feat: make markdown headings distinguishable with treesitter #232

Closed TinusgragLin closed 8 months ago

TinusgragLin commented 8 months ago

Might fix #228 This pr simply defines the treesitter highlight groups @markup.heading.*.markdown and @markup.heading.*.marker.markdown to make different levels of markdown headings distinguishable when treesitter is enabled on markdown files.

mvllow commented 8 months ago

Thank you 💜