UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

10 lines (9 loc) 346 B
import { BasicExtension } from '../../index.js'; /** * Extension that highlights selected tabs and spaces as an overlay. To instead highlight * all spaces and tabs, use {@link tokenizeInvisibles}. * * Requires styling from `prism-code-editor/invisibles.css`. */ declare const showInvisibles: () => BasicExtension; export { showInvisibles };