Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@FIameCaster FIameCaster released this 18 Aug 13:06
· 377 commits to main since this release
2a4d284

New features:

  • Added tokens as a read-only property to the PrismEditor interface
  • Added a tag matching extension
import { createTagMatcher, matchTags } from "prism-code-editor/match-tags"

Fixes:

  • Indentation guides now work properly without a monospace font

Minor changes:

--bg-indent-guide-active custom property has been removed. To color the active indentation guide, do something like this:

.guide-indents .active {
  --bg-guide-indent: #999;
}