prettier-plugin-embed
Version:
A configurable Prettier plugin to format embedded languages in JS/TS files.
4 lines (3 loc) • 380 B
TypeScript
export * from "./register.js";
export type { EmbeddedComment, EmbeddedDefaultComment, EmbeddedDefaultTag, EmbeddedEmbedders, EmbeddedLanguage, EmbeddedOptions, EmbeddedParsers, EmbeddedTag, PluginEmbedOptions, } from "./types.js";
export { type AutocompleteStringList, fallbackIndicator, makeCommentsOptionName, makeIdentifiersOptionName, makeTagsOptionName, } from "./utils.js";