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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-03-26 17:06:11 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-04-20 16:06:47 +0300
commit1061537667fc37e4a0c0500920cc680fe4af92af (patch)
tree71e828cb15d9e6cd516fa0c3fc1fc9ed87ccf2dd /js/highlight/bnf.js.map
parentedbb47d0ff845b1fae5edcf81d2e15890609c1e3 (diff)
Enable Text to be used by Viewer outside Files app
Since Nextcloud 18.0.4 the Files app triggers the "LoadViewer" event, so that event can be used to register Text with Viewer instead of doing it through the "OCA\Files::loadAdditionalScripts" event. Besides being more correct for the Files app it also makes possible to use Text when opening files through Viewer in other apps, like Talk. Note, however, that in public share pages Text is still opened using the fallback actions instead of through Viewer, as Viewer currently does not provide the share token of the public shared folder that contains the file to be opened. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'js/highlight/bnf.js.map')
-rw-r--r--js/highlight/bnf.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/bnf.js.map b/js/highlight/bnf.js.map
index d23d829c6..1fedf16cc 100644
--- a/js/highlight/bnf.js.map
+++ b/js/highlight/bnf.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/bnf.js"],"names":["module","exports","hljs","contains","className","begin","end","starts","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","APOS_STRING_MODE","QUOTE_STRING_MODE"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CAER,CACEC,UAAW,YACXC,MAAO,IAAKC,IAAK,KAGnB,CACED,MAAO,MACPE,OAAQ,CACND,IAAK,IACLH,SAAU,CACR,CACEE,MAAO,IAAKC,IAAK,KAGnBJ,EAAKM,oBACLN,EAAKO,qBACLP,EAAKQ,iBACLR,EAAKS","file":"highlight/bnf.js?v=ebddc3f39919249aabfc","sourcesContent":["module.exports = function(hljs){\n return {\n contains: [\n // Attribute\n {\n className: 'attribute',\n begin: /</, end: />/\n },\n // Specific\n {\n begin: /::=/,\n starts: {\n end: /$/,\n contains: [\n {\n begin: /</, end: />/\n },\n // Common\n hljs.C_LINE_COMMENT_MODE,\n hljs.C_BLOCK_COMMENT_MODE,\n hljs.APOS_STRING_MODE,\n hljs.QUOTE_STRING_MODE\n ]\n }\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/bnf.js"],"names":["module","exports","hljs","contains","className","begin","end","starts","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","APOS_STRING_MODE","QUOTE_STRING_MODE"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CAER,CACEC,UAAW,YACXC,MAAO,IAAKC,IAAK,KAGnB,CACED,MAAO,MACPE,OAAQ,CACND,IAAK,IACLH,SAAU,CACR,CACEE,MAAO,IAAKC,IAAK,KAGnBJ,EAAKM,oBACLN,EAAKO,qBACLP,EAAKQ,iBACLR,EAAKS","file":"highlight/bnf.js?v=41a5b2e63dd290aca871","sourcesContent":["module.exports = function(hljs){\n return {\n contains: [\n // Attribute\n {\n className: 'attribute',\n begin: /</, end: />/\n },\n // Specific\n {\n begin: /::=/,\n starts: {\n end: /$/,\n contains: [\n {\n begin: /</, end: />/\n },\n // Common\n hljs.C_LINE_COMMENT_MODE,\n hljs.C_BLOCK_COMMENT_MODE,\n hljs.APOS_STRING_MODE,\n hljs.QUOTE_STRING_MODE\n ]\n }\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file