UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

13 lines (12 loc) 833 B
import { a as languages } from "../../core-8vQkh0Rd.js"; import { n as extend } from "../../language-D-vtM55V.js"; import "./c.js"; //#region src/prism/languages/objectivec.js languages.objc = languages.objectivec = extend("c", { "string": /@?"(?:\\[^]|[^\\\n"])*"/g, "keyword": /\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int?|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/, "operator": /-[->]?|\+\+?|!=?|==?|>>?=?|<<?=?|&&?|\|\|?|[~^@%?/*]/ }); delete languages.objc["class-name"]; //#endregion //# sourceMappingURL=objectivec.js.map