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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-21 05:02:47 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2021-08-23 09:59:27 +0300
commit06b1f8871cace1c4bdb8e837b00fe503feb985f1 (patch)
treea8bcf2955a4d766959f80c0b1e2617b231cf1480 /js/highlight/bnf.js.map
parent74bc62273f7194d122bb6a9be1822fa2fdeb8c48 (diff)
Bump @nextcloud/webpack-vue-config from 4.0.3 to 4.1.0
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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 e3a675bb6..dd6a2557e 100644
--- a/js/highlight/bnf.js.map
+++ b/js/highlight/bnf.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///text/node_modules/highlight.js/lib/languages/bnf.js"],"names":["module","exports","hljs","name","contains","className","begin","end","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","APOS_STRING_MODE","QUOTE_STRING_MODE"],"mappings":"6FAqCAA,EAAOC,QA9BP,SAAaC,GACX,MAAO,CACLC,KAAM,mBACNC,SAAU,CAER,CACEC,UAAW,YACXC,MAAO,IACPC,IAAK,KAGP,CACED,MAAO,MACPC,IAAK,IACLH,SAAU,CACR,CACEE,MAAO,IACPC,IAAK,KAGPL,EAAKM,oBACLN,EAAKO,qBACLP,EAAKQ,iBACLR,EAAKS","file":"highlight/bnf.js?v=84091d301f810ad8c28b","sourcesContent":["/*\nLanguage: Backus–Naur Form\nWebsite: https://en.wikipedia.org/wiki/Backus–Naur_form\nAuthor: Oleg Efimov <efimovov@gmail.com>\n*/\n\n/** @type LanguageFn */\nfunction bnf(hljs) {\n return {\n name: 'Backus–Naur Form',\n contains: [\n // Attribute\n {\n className: 'attribute',\n begin: /</,\n end: />/\n },\n // Specific\n {\n begin: /::=/,\n end: /$/,\n contains: [\n {\n begin: /</,\n 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\nmodule.exports = bnf;\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///text/node_modules/highlight.js/lib/languages/bnf.js"],"names":["module","exports","hljs","name","contains","className","begin","end","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","APOS_STRING_MODE","QUOTE_STRING_MODE"],"mappings":"qFAqCAA,EAAOC,QA9BP,SAAaC,GACX,MAAO,CACLC,KAAM,mBACNC,SAAU,CAER,CACEC,UAAW,YACXC,MAAO,IACPC,IAAK,KAGP,CACED,MAAO,MACPC,IAAK,IACLH,SAAU,CACR,CACEE,MAAO,IACPC,IAAK,KAGPL,EAAKM,oBACLN,EAAKO,qBACLP,EAAKQ,iBACLR,EAAKS","file":"highlight/bnf.js?v=60be7561dab70549b835","sourcesContent":["/*\nLanguage: Backus–Naur Form\nWebsite: https://en.wikipedia.org/wiki/Backus–Naur_form\nAuthor: Oleg Efimov <efimovov@gmail.com>\n*/\n\n/** @type LanguageFn */\nfunction bnf(hljs) {\n return {\n name: 'Backus–Naur Form',\n contains: [\n // Attribute\n {\n className: 'attribute',\n begin: /</,\n end: />/\n },\n // Specific\n {\n begin: /::=/,\n end: /$/,\n contains: [\n {\n begin: /</,\n 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\nmodule.exports = bnf;\n"],"sourceRoot":""} \ No newline at end of file