]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/es/languages/profile.min.js
1 /*! `profile` grammar compiled for Highlight.js 11.11.1 */
2 var hljsGrammar
=(()=>{"use strict";return e
=>({name:"Python profiler",
3 contains:[e
.C_NUMBER_MODE
,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",
4 end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",
5 keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{
6 begin:"function calls",end:"$",contains:[e
.C_NUMBER_MODE
],relevance:10
7 },e
.APOS_STRING_MODE
,e
.QUOTE_STRING_MODE
,{className:"string",begin:"\\(",
8 end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]})})()
9 ;export default hljsGrammar
;