UNPKG

shahnevis-core

Version:

**Shahnevis Core** is a lightweight and flexible library for building custom code editors. It provides essential features like syntax highlighting, a minimap, multi-cursor support, line numbering, and plugin management. This library is framework-agnostic,

9 lines 184 B
export var globalState = { foldedBlocks: {}, // Global foldedBlocks variable to hold the state undoStack: [], redoStack: [] }; export var configs = { MAX_HISTORY_SIZE: 100 };