Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
commit
a4a5c7daa5
1389 changed files with 241399 additions and 0 deletions
9
static/highlight/es/languages/profile.min.js
vendored
Normal file
9
static/highlight/es/languages/profile.min.js
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*! `profile` grammar compiled for Highlight.js 11.11.1 */
|
||||
var hljsGrammar=(()=>{"use strict";return e=>({name:"Python profiler",
|
||||
contains:[e.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",
|
||||
end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",
|
||||
keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{
|
||||
begin:"function calls",end:"$",contains:[e.C_NUMBER_MODE],relevance:10
|
||||
},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\(",
|
||||
end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]})})()
|
||||
;export default hljsGrammar;
|
||||
Loading…
Reference in a new issue