UNPKG

prettier-plugin-embed

Version:

A configurable Prettier plugin to format embedded languages in JS/TS files.

4 lines (3 loc) 380 B
export * from "./register.js"; export type { EmbeddedDefaultComment, EmbeddedDefaultTag, EmbeddedEmbedders, EmbeddedLanguage, EmbeddedOptions, EmbeddedParsers, EmbeddedComment, EmbeddedTag, PluginEmbedOptions, } from "./types.js"; export { makeIdentifiersOptionName, makeCommentsOptionName, makeTagsOptionName, fallbackIndicator, type AutocompleteStringList, } from "./utils.js";