Helper to use emmet modules in Visual Studio Code
Extracts Emmet abbreviation from string
Reference implementation of Emmet abbreviation expander
A fork of @emmetio/expand-abbreviation module
Outputs parsed Emmet abbreviation as stylesheet (CSS, Sass, LESS etc)
Parses Emmet CSS abbreviation into AST tree
Resolves CSS snippets for parsed Emmet abbreviation
Transforms parsed Emmet abbreviation node into Lorem Ipsum stub text
Resolves ${variables} in given parsed abbreviation tree
Resolves HTML snippets for parsed Emmet abbreviation
Prepares given Emmet abbreviation for HTML output
Formats and outputs Emmet abbreviation in different markup languages (HTML, XML, Slim, Pug etc)
Utility class for Emmet abbreviation output options
JavaScript module for storing and retrieving Emmet snippets
Emmet abbreviation node
Resolves best matching child tag name for given parent name
Parses snippet fields (aka tab-stops) like `${1:foo}` in given string
Utility module for rendering parsed Emmet abbreviation nodes