Mofiqul / vscode.nvim

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

correctly highlight JSX/TSX components #193

Closed johannesrld closed 3 months ago

johannesrld commented 4 months ago

Unfortunately, this required creating a Treesitter query as I couldn't find an easy way of having @type overwrite @tag, and even if I did, it wouldn't be accurate anyway

the query is partially copied from the nvim-treesitter repository with a few differences

resolves part of #189