olivercederborg / poimandres.nvim

Poimandres colorscheme for Neovim written in Lua
322 stars 28 forks source link

feat(css): add correct css hl with custom ts queries #16

Closed olivercederborg closed 1 year ago

olivercederborg commented 1 year ago

From what I've tested so far the CSS syntax highlighting should now be 95% accurate compared to the original vscode theme. There are some limitations to treesitter which doesn't fully support @ rules with tailwind for example.

Closes #12