Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
712 stars 114 forks source link

replace deprecated TS* highlight groups with capture names #91

Closed deforde closed 2 years ago

deforde commented 2 years ago

A breaking change has been made to TreeSitter, in which the deprecated TS* highlighting groups were removed (see here). It is now mandatory that the corresponding capture name be used as the highlight group instead.

This change aims to address this issue.

An issue has already been opened against vscode.nvim regarding this here.

Mofiqul commented 2 years ago

Thanks for the PR. I am merging it now even though there are some issue mentioned in the comment section of issue. Can you please see those?

deforde commented 2 years ago

Hi @Mofiqul ,

Thanks. I took a quick look at those issues - it appears I got some capture group names just plain wrong. I went ahead and fixed that, I'll put in another PR.