svrana / neosolarized.nvim

Truecolor solarized theme for neovim in Lua using colorbuddy
Other
158 stars 35 forks source link

Add colors for XML-like tags #7

Closed craftzdog closed 1 year ago

craftzdog commented 2 years ago

Recently, XML-like tags are not highlighted due to the changes in Treesitter.

Before

CleanShot 2022-11-06 at 09 39 20@2x

After

This PR adds colors for them:

CleanShot 2022-11-06 at 09 39 05@2x

fix https://github.com/craftzdog/dotfiles-public/issues/81

svrana commented 2 years ago

Thanks for the fix, looks much better! You mind removing the first two commits by rebasing your branch?

craftzdog commented 1 year ago

cleaned up

svrana commented 1 year ago

Sorry, wasn't sure what would happen with the merge commit and hadn't tested yet. Thanks for making it easy on me.

craftzdog commented 1 year ago

Thanks for merging🙌