Open octref opened 6 years ago
I'm not familiar with the language server APIs. Hence, I would not give you any promises, but I will take a look on this on weekends.
Let me know if you have people handling this, so I can step away.
@octref @ThisIsManta Is it related to this issue ? (Color preview not displayed if lang="stylus")
If not, please tell me, I'll open a new one.
This one has been closed : https://github.com/vuejs/vetur/issues/374 :/
Yes, Stylus does not have documentColor
support so it does not show the color preview.
Color Picker support for Stylus.
This would be
onDocumentColor
for Stylus, similar to https://github.com/Microsoft/vscode-css-languageservice/blob/47e6f7e4d09de7142f5275658037eda39008b661/src/services/cssNavigation.ts#L180-L187@ThisIsManta Would you have time to take a look?