text-buffer

A container for large mutable strings with annotated regions

Usage no npm install needed!

<script type="module">
  import textBuffer from 'https://cdn.skypack.dev/text-buffer';
</script>

README

Atom TextBuffer Core

macOS Build Status Windows Build Status Dependency Status

This is the core of the Atom text buffer, separated into its own module so its tests can be run headless. It handles the storage and manipulation of text and associated regions (markers).