Sergey Chikuyonok
Sergey Chikuyonok
AFAIK there’s no such thing as theme or language syntax, only extensions. From factory function, you may return an extension or _array of extensions_, I think you may just define...
Ok, I’ll try to explore how to attach styles for preview in ShadowDOM mode, seems to be a valid use case
Added `root` option for [preview config](https://github.com/emmetio/codemirror6-plugin/blob/main/src/lib/config.ts#L20) in v0.3.2.
That’s a bit weird one: you should explicitly provide `emmetCompletionSource` extension as `autocomplete` option of SASS lang. Your config may look like this: ```js import { sass, sassLanguage } from...
In terms of Emmet, there's no such thing as valid/invalid HTML tag. It can expand any word into tag, which could be custom XML or component tag in Vue/Angular/Svelte/JSX. That's...
VSCode has it’s own implementation of Emmet UX, which is not not exactly as it expected to work. And I’m not sure what you mean by potential expansions and UI...
Try to use Extension Manager CC: http://www.adobe.com/exchange/em_download/
https://github.com/emmetio/dreamweaver#extensions-support Simply point Emmet to folder where you put your extensions