You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's main feature appears to be highlighting Vim's :highlight lines, too, which is useful when editing color schemes. It supports things like link there, too.
While I have not looked closer at your plugin, you might want to look closer at mine, and pick anything which is missing in yours from there.
I might do so later myself (and provide a pull request), but not in the next days/weeks.
The text was updated successfully, but these errors were encountered:
I've had a look at your script. Highlighting those statements is a good idea, but it also needs a good way to add it. colorizer currently is only able to do globally highlighting, not filetype-specific. I'd like to add this feature after I can get it work locally to css files. Seems it won't come very quickly.
I have created https://github.com/blueyed/colorhighlight.vim some time ago, derived from hexHighlight.vim.
It's main feature appears to be highlighting Vim's
:highlight
lines, too, which is useful when editing color schemes. It supports things likelink
there, too.While I have not looked closer at your plugin, you might want to look closer at mine, and pick anything which is missing in yours from there.
I might do so later myself (and provide a pull request), but not in the next days/weeks.
The text was updated successfully, but these errors were encountered: