Open
Description
I'm working with a Html(Xml) and Jsx like DSL
The problem is that elements support a dot in their name like:
<Neos.Fusion:Tag tagName='h1' content='foo' />
So I was wondering if one could use this Emmet package to somehow add custom
Emmet snippets (and don't interprete the dot as css class)
edit:
I fear this is not possible as Emmet itself doesn't even support this for Jsx. For now I will use 'normal' Monaco snippets. (difficulty is figuring out if the cursor is in an attribute but that can be copied from here ^^ - or extracted/exposed? )
Metadata
Assignees
Labels
No labels
Activity