Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 103 forks source link

Change some TreeSitter highlights with markdown in mind #72

Closed olliestone closed 1 year ago

olliestone commented 1 year ago

Currently I think markdown without TreeSitter looks better than with it due to the extra styling. This changes the relevant highlighting groups to make markdown with TreeSitter look more like it does without, allowing you to benefit from the other features of TreeSitter e.g. correctly highlighted code blocks. This also adds the missing @text.reference highlight group that the markdown parser uses.

Specifically:

Current highlighting without TreeSitter NoTS

Current highlighting with TreeSitter Current

New highlighting with TreeSitter New