1 line
2.6 KiB
JSON
1 line
2.6 KiB
JSON
{"ast":null,"code":"Prism.languages.clike = {\n 'comment': [{\n pattern: /(^|[^\\\\])\\/\\*[\\s\\S]*?(?:\\*\\/|$)/,\n lookbehind: true\n }, {\n pattern: /(^|[^\\\\:])\\/\\/.*/,\n lookbehind: true\n }],\n 'string': {\n pattern: /([\"'])(?:\\\\(?:\\r\\n|[\\s\\S])|(?!\\1)[^\\\\\\r\\n])*\\1/,\n greedy: true\n },\n 'class-name': {\n pattern: /((?:\\b(?:class|interface|extends|implements|trait|instanceof|new)\\s+)|(?:catch\\s+\\())[\\w.\\\\]+/i,\n lookbehind: true,\n inside: {\n punctuation: /[.\\\\]/\n }\n },\n 'keyword': /\\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\\b/,\n 'boolean': /\\b(?:true|false)\\b/,\n 'function': /[a-z0-9_]+(?=\\()/i,\n 'number': /\\b-?(?:0x[\\da-f]+|\\d*\\.?\\d+(?:e[+-]?\\d+)?)\\b/i,\n 'operator': /--?|\\+\\+?|!=?=?|<=?|>=?|==?=?|&&?|\\|\\|?|\\?|\\*|\\/|~|\\^|%/,\n 'punctuation': /[{}[\\];(),.:]/\n};","map":{"version":3,"names":["Prism","languages","clike","pattern","lookbehind","greedy","inside","punctuation"],"sources":["/Users/paolasanchez/Desktop/Pry4/Katoikia/katoikia-app/web-ui/sakai-react/node_modules/prismjs/components/prism-clike.js"],"sourcesContent":["Prism.languages.clike = {\n\t'comment': [\n\t\t{\n\t\t\tpattern: /(^|[^\\\\])\\/\\*[\\s\\S]*?(?:\\*\\/|$)/,\n\t\t\tlookbehind: true\n\t\t},\n\t\t{\n\t\t\tpattern: /(^|[^\\\\:])\\/\\/.*/,\n\t\t\tlookbehind: true\n\t\t}\n\t],\n\t'string': {\n\t\tpattern: /([\"'])(?:\\\\(?:\\r\\n|[\\s\\S])|(?!\\1)[^\\\\\\r\\n])*\\1/,\n\t\tgreedy: true\n\t},\n\t'class-name': {\n\t\tpattern: /((?:\\b(?:class|interface|extends|implements|trait|instanceof|new)\\s+)|(?:catch\\s+\\())[\\w.\\\\]+/i,\n\t\tlookbehind: true,\n\t\tinside: {\n\t\t\tpunctuation: /[.\\\\]/\n\t\t}\n\t},\n\t'keyword': /\\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\\b/,\n\t'boolean': /\\b(?:true|false)\\b/,\n\t'function': /[a-z0-9_]+(?=\\()/i,\n\t'number': /\\b-?(?:0x[\\da-f]+|\\d*\\.?\\d+(?:e[+-]?\\d+)?)\\b/i,\n\t'operator': /--?|\\+\\+?|!=?=?|<=?|>=?|==?=?|&&?|\\|\\|?|\\?|\\*|\\/|~|\\^|%/,\n\t'punctuation': /[{}[\\];(),.:]/\n};\n"],"mappings":"AAAAA,KAAK,CAACC,SAAN,CAAgBC,KAAhB,GAAwB;EACvB,WAAW,CACV;IACCC,OAAO,EAAE,iCADV;IAECC,UAAU,EAAE;EAFb,CADU,EAKV;IACCD,OAAO,EAAE,kBADV;IAECC,UAAU,EAAE;EAFb,CALU,CADY;EAWvB,UAAU;IACTD,OAAO,EAAE,gDADA;IAETE,MAAM,EAAE;EAFC,CAXa;EAevB,cAAc;IACbF,OAAO,EAAE,gGADI;IAEbC,UAAU,EAAE,IAFC;IAGbE,MAAM,EAAE;MACPC,WAAW,EAAE;IADN;EAHK,CAfS;EAsBvB,WAAW,4GAtBY;EAuBvB,WAAW,oBAvBY;EAwBvB,YAAY,mBAxBW;EAyBvB,UAAU,+CAzBa;EA0BvB,YAAY,yDA1BW;EA2BvB,eAAe;AA3BQ,CAAxB"},"metadata":{},"sourceType":"script"} |