base16-vim
base16-vim copied to clipboard
Replace TS* highlight groups
Description
This PR removes all of the TS
highlight groups that were removed from nvim-treesitter in https://github.com/nvim-treesitter/nvim-treesitter/pull/3656.
I've also removed the link for TSVariable
all together as neovim does the same thing as this plugin (source).
Fixes #65
Checklist
- [x] I have built the project after my changes following the build instructions using
make
- [x] I have confirmed that my changes produce no regressions after building
- [x] I have pushed the built files to this pull request