🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
This PR adds keyword to treesitter for html tag names support and will make html tags use their default colors when using javascript frameworks like reactjs.
Screenshots
Without ["@tag.builtin"], the html tags inside reactjs uses different colors compared to colors inside vanila html files.
With the added treesitter keyword ["@tag.builtin"].
Description
This PR adds keyword to treesitter for html tag names support and will make html tags use their default colors when using javascript frameworks like reactjs.
Screenshots
Without ["@tag.builtin"], the html tags inside reactjs uses different colors compared to colors inside vanila html files.
With the added treesitter keyword ["@tag.builtin"].