You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
In Emmet > Preferences... "Expand with Tab" option is checked. I added some abbreviations in custom snippets.json, like "tm" : "<xsl:template match="$1" mode="$2">". I expect that "tm" will expand with cursor position <xsl:template match="here" mode=""> and then I'll press Tab again and cursor will move <xsl:template match="" mode="here">. But all I get is a simple indent. What am I doing wrong?
In Emmet > Preferences... "Expand with Tab" option is checked. I added some abbreviations in custom snippets.json, like "tm" : "<xsl:template match="$1" mode="$2">". I expect that "tm" will expand with cursor position <xsl:template match="here" mode=""> and then I'll press Tab again and cursor will move <xsl:template match="" mode="here">. But all I get is a simple indent. What am I doing wrong?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: