blob: 23c68d395c2e6e3adde861aefc9fc2ef5f579976 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/profile.js"],"names":["module","exports","hljs","name","contains","C_NUMBER_MODE","begin","end","excludeEnd","keywords","relevance","APOS_STRING_MODE","QUOTE_STRING_MODE","className","excludeBegin"],"mappings":"8EAiCAA,EAAOC,QA5BP,SAAiBC,GACf,MAAO,CACLC,KAAM,kBACNC,SAAU,CAACF,EAAKG,cAAe,CAC7BC,MAAO,6CACPC,IAAK,IACLC,YAAY,GACX,CACDF,MAAO,2BACPC,IAAK,IACLE,SAAU,wCACVC,UAAW,IACV,CACDJ,MAAO,iBACPC,IAAK,IACLH,SAAU,CAACF,EAAKG,eAChBK,UAAW,IACVR,EAAKS,iBAAkBT,EAAKU,kBAAmB,CAChDC,UAAW,SACXP,MAAO,MACPC,IAAK,OACLO,cAAc,EACdN,YAAY,EACZE,UAAW","file":"react-syntax-highlighter_languages_highlight_profile-9813bfac57df01e6027d.js","sourcesContent":["/*\nLanguage: Python profiler\nDescription: Python profiler results\nAuthor: Brian Beck <exogen@gmail.com>\n*/\nfunction profile(hljs) {\n return {\n name: 'Python profiler',\n contains: [hljs.C_NUMBER_MODE, {\n begin: '[a-zA-Z_][\\\\da-zA-Z_]+\\\\.[\\\\da-zA-Z_]{1,3}',\n end: ':',\n excludeEnd: true\n }, {\n begin: '(ncalls|tottime|cumtime)',\n end: '$',\n keywords: 'ncalls tottime|10 cumtime|10 filename',\n relevance: 10\n }, {\n begin: 'function calls',\n end: '$',\n contains: [hljs.C_NUMBER_MODE],\n relevance: 10\n }, hljs.APOS_STRING_MODE, hljs.QUOTE_STRING_MODE, {\n className: 'string',\n begin: '\\\\(',\n end: '\\\\)$',\n excludeBegin: true,\n excludeEnd: true,\n relevance: 0\n }]\n };\n}\n\nmodule.exports = profile;"],"sourceRoot":""}