UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

11 lines (10 loc) 762 B
import { a as languages } from "../../core-8vQkh0Rd.js"; import { n as extend, r as insertBefore } from "../../language-D-vtM55V.js"; import "./javascript.js"; //#region src/prism/languages/n4js.js insertBefore(languages.n4jsd = languages.n4js = extend("js", { "keyword": /\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|true|finally|for|from|function|[gls]et|if|implements|import|in|instanceof|interface|module|new|null|number|package|private|protected|public|return|static|string|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/ }), "constant", { "annotation": { pattern: /@+\w+/, alias: "operator" } }); //#endregion //# sourceMappingURL=n4js.js.map