on-codemerge
Version:
A WYSIWYG editor for on-codemerge is a user-friendly interface that allows users to edit and view their code in real time, exactly as it will appear in the final product
6 lines (5 loc) • 1.07 kB
JavaScript
/*! on-codemerge v1.3.1 @author Pavel Kuzmin @license MIT @homepage https://s00d.github.io/on-codemerge/ @repository git+https://github.com/s00d/on-codemerge.git Copyright (c) 2026 Pavel Kuzmin - Built on 2026-07-02T13:39:17.947Z */
var r = /* @__PURE__ */ ((t) => (t.Text = "text", t.Keyword = "keyword", t.String = "string", t.Number = "number", t.Key = "key", t.Comment = "comment", t.Operator = "operator", t.Function = "function", t.Atom = "atom", t.Variable = "variable", t.Type = "type", t.Interface = "interface", t.Punctuation = "punctuation", t.Tag = "tag", t.Attribute = "attribute", t.Selector = "selector", t.Property = "property", t.Value = "value", t.Unit = "unit", t.Color = "color", t.Decorator = "decorator", t.Symbol = "symbol", t.Command = "command", t.Parameter = "parameter", t.Lifetime = "lifetime", t.Heading = "heading", t.Bold = "bold", t.Italic = "italic", t.Link = "link", t.Code = "code", t.List = "list", t.Blockquote = "blockquote", t.HorizontalRule = "hr", t.Boolean = "boolean", t.Null = "null", t))(r || {});
export {
r as TokenType
};