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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-09-09 10:25:08 +0300
committerJulius Härtl <jus@bitgrid.net>2020-09-09 10:25:08 +0300
commitf6699d742f132f025e83cef36a9b2a141a2a6e26 (patch)
tree265fcb7d5d4ddb4519d1063358b8b43a7c839f3c /js/highlight/julia-repl.js.map
parent638524da5d5a480f52c8e440e20af1394a4b07f1 (diff)
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'js/highlight/julia-repl.js.map')
-rw-r--r--js/highlight/julia-repl.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/julia-repl.js.map b/js/highlight/julia-repl.js.map
index e28109f26..26afc8b37 100644
--- a/js/highlight/julia-repl.js.map
+++ b/js/highlight/julia-repl.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/julia-repl.js"],"names":["module","exports","hljs","contains","className","begin","relevance","starts","end","subLanguage","aliases"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CACR,CACEC,UAAW,OACXC,MAAO,UACPC,UAAW,GACXC,OAAQ,CAGNC,IAAK,cACLC,YAAa,SAOjBC,QAAS,CAAC","file":"highlight/julia-repl.js?v=8e6c3e163fdfd0858593","sourcesContent":["module.exports = function(hljs) {\n return {\n contains: [\n {\n className: 'meta',\n begin: /^julia>/,\n relevance: 10,\n starts: {\n // end the highlighting if we are on a new line and the line does not have at\n // least six spaces in the beginning\n end: /^(?![ ]{6})/,\n subLanguage: 'julia'\n },\n // jldoctest Markdown blocks are used in the Julia manual and package docs indicate\n // code snippets that should be verified when the documentation is built. They can be\n // either REPL-like or script-like, but are usually REPL-like and therefore we apply\n // julia-repl highlighting to them. More information can be found in Documenter's\n // manual: https://juliadocs.github.io/Documenter.jl/latest/man/doctests.html\n aliases: ['jldoctest']\n }\n ]\n }\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/julia-repl.js"],"names":["module","exports","hljs","contains","className","begin","relevance","starts","end","subLanguage","aliases"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CACR,CACEC,UAAW,OACXC,MAAO,UACPC,UAAW,GACXC,OAAQ,CAGNC,IAAK,cACLC,YAAa,SAOjBC,QAAS,CAAC","file":"highlight/julia-repl.js?v=48ddea06c1fec59c649e","sourcesContent":["module.exports = function(hljs) {\n return {\n contains: [\n {\n className: 'meta',\n begin: /^julia>/,\n relevance: 10,\n starts: {\n // end the highlighting if we are on a new line and the line does not have at\n // least six spaces in the beginning\n end: /^(?![ ]{6})/,\n subLanguage: 'julia'\n },\n // jldoctest Markdown blocks are used in the Julia manual and package docs indicate\n // code snippets that should be verified when the documentation is built. They can be\n // either REPL-like or script-like, but are usually REPL-like and therefore we apply\n // julia-repl highlighting to them. More information can be found in Documenter's\n // manual: https://juliadocs.github.io/Documenter.jl/latest/man/doctests.html\n aliases: ['jldoctest']\n }\n ]\n }\n};"],"sourceRoot":""} \ No newline at end of file