Re: [w3c/webcomponents] Editor support for WebComponents (#776)

With 1.31 VS Code has formalized the data format a bit. We also have some docs and JSON schemas for the JSON files.
Take a look at these resources:

- [Release Notes on custom data support](https://code.visualstudio.com/updates/v1_31#_html-and-css-custom-data-support)
- [HTML CustomData doc](https://github.com/Microsoft/vscode-html-languageservice/blob/master/docs/customData.md)
- [A simple sample](https://github.com/octref/simple-customdata) and the [SVG data sample](https://github.com/octref/svg-data)

@bkelley13 Yep, that can be done with `valueSet`. Take a look at the `valueSet` in the [HTML CustomData doc](https://github.com/Microsoft/vscode-html-languageservice/blob/master/docs/customData.md).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/776#issuecomment-461164548

Received on Wednesday, 6 February 2019 19:56:41 UTC