cideM / yui

A minimal Vim/Neovim color scheme inspired by Dieter Rams
MIT License
135 stars 6 forks source link

Fix incorrect HL syntax in Vim #36

Closed cideM closed 1 year ago

cideM commented 1 year ago

This commit fixes a bug (#35 ) where I unconditionally added a 'https://github.com/text' highlight group, even though these don't work in Vim.

As a workaround I now added the possibility of surrounding blocks by features checks.

I'm not happy with that solution since it feels like I'm recreating too much Vimscript in Lua. Maybe reconsider the overall theme approach.