ChristianChiarulli / nvcode-color-schemes.vim

A bunch of generated colorschemes (treesitter supported)
MIT License
300 stars 67 forks source link

Add treesitter new highlight group TSTagAttribute #56

Open luisiacc opened 3 years ago

luisiacc commented 3 years ago

There is a new highlight group (TSTagAttribute) on treesitter for attributes on html tags and jsx tags. You can check it out on https://github.com/nvim-treesitter/nvim-treesitter/pull/1572. I think some colorschemes should be updated to comply with this, perhaps just put the same color as TSAttribute?