Welcome to mirror list, hosted at ThFree Co, Russian Federation.

profile.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e4187cb6a8f4dd16d6b9dad95f6646e90e7756f (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/profile.js"],"names":["module","exports","hljs","contains","C_NUMBER_MODE","begin","end","excludeEnd","keywords","relevance","APOS_STRING_MODE","QUOTE_STRING_MODE","className","excludeBegin"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CACRD,EAAKE,cACL,CACEC,MAAO,6CAA8CC,IAAK,IAC1DC,YAAY,GAEd,CACEF,MAAO,2BAA4BC,IAAK,IACxCE,SAAU,wCACVC,UAAW,IAEb,CACEJ,MAAO,iBAAkBC,IAAK,IAC9BH,SAAU,CAACD,EAAKE,eAChBK,UAAW,IAEbP,EAAKQ,iBACLR,EAAKS,kBACL,CACEC,UAAW,SACXP,MAAO,MAAOC,IAAK,OACnBO,cAAc,EAAMN,YAAY,EAChCE,UAAW","file":"highlight/profile.js?v=25dc155e74af14d3391b","sourcesContent":["module.exports = function(hljs) {\n  return {\n    contains: [\n      hljs.C_NUMBER_MODE,\n      {\n        begin: '[a-zA-Z_][\\\\da-zA-Z_]+\\\\.[\\\\da-zA-Z_]{1,3}', end: ':',\n        excludeEnd: true\n      },\n      {\n        begin: '(ncalls|tottime|cumtime)', end: '$',\n        keywords: 'ncalls tottime|10 cumtime|10 filename',\n        relevance: 10\n      },\n      {\n        begin: 'function calls', end: '$',\n        contains: [hljs.C_NUMBER_MODE],\n        relevance: 10\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\\\(', end: '\\\\)$',\n        excludeBegin: true, excludeEnd: true,\n        relevance: 0\n      }\n    ]\n  };\n};"],"sourceRoot":""}