sublimelsp / LSP-json

Schema validation/completions for your JSON and Sublime files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colors: recognize things like `rgba(29, 0, 26, 1)`

rwols opened this issue · comments

In a lot of color schemes the colors are defined with things like rgba(...) notation. Can we get this server to recognize those colors?

image

Just a note that the relevant code for parsing those expressions is present in vscode-css-language-server

image

rwols created an issue here
so I would suggest subscribing to the issue if you are interested in this feature.

There is nothing that we can do in this repo about this, so I will close this ticket.