troy351 / emmet-monaco-es

Emmet support for Monaco Editor
MIT License
78 stars 14 forks source link

Support mdx #104

Closed remcohaszing closed 3 months ago

remcohaszing commented 2 years ago

I’m interested in support for MDX.

I’ve already created basic language support to Monaco Editor.

I fiddled a bit locally and tried adding the mdx key using same consifuration javascript in https://github.com/troy351/emmet-monaco-es/blob/9dfbeb0046b56b34b154a874a5c795f44359e032/src/index.ts#L13-L27

But I couldn’t get it to work. Could you add it or help me troubleshoot this?

troy351 commented 2 years ago

the key part is here, emmet only triggers when token valid.

troy351 commented 3 months ago

Closing now since new version was released