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>2020-09-09 12:33:10 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-09-10 09:28:27 +0300
commit55782a128dcc49b85764adb74aff7cdf71d40a0b (patch)
treed7fec58dafa44c0ec9b02f2a2be6c986405bc389 /js/highlight/inform7.js.map
parent17d90a1e8720257514896ffe50433ad5f53eb379 (diff)
Bump @nextcloud/vue from 2.3.0 to 2.6.4
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.3.0 to 2.6.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.3.0...v2.6.4) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'js/highlight/inform7.js.map')
-rw-r--r--js/highlight/inform7.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/inform7.js.map b/js/highlight/inform7.js.map
index d571ae80d..4ccbda185 100644
--- a/js/highlight/inform7.js.map
+++ b/js/highlight/inform7.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/inform7.js"],"names":["module","exports","hljs","aliases","case_insensitive","keywords","keyword","contains","className","begin","end","relevance"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GAGxB,MAAO,CACLC,QAAS,CAAC,MACVC,kBAAkB,EAClBC,SAAU,CAERC,QAEE,oJASJC,SAAU,CACR,CACEC,UAAW,SACXC,MAAO,IAAKC,IAAK,IACjBC,UAAW,EACXJ,SAAU,CACR,CACEC,UAAW,QACXC,MA1BU,MA0BYC,IAzBd,SA6Bd,CACEF,UAAW,UACXC,MAAO,8CACPC,IAAK,KAEP,CAGED,MAAO,mEACPC,IAAK,IACLH,SAAU,CACR,CAEEE,MAAO,UAAWC,IAAK,SAI7B,CACEF,UAAW,UACXC,MAjDc,MAiDQC,IAhDV,MAiDZH,SAAU,CAAC","file":"highlight/inform7.js?v=016e3afb53abda31c50a","sourcesContent":["module.exports = function(hljs) {\n var START_BRACKET = '\\\\[';\n var END_BRACKET = '\\\\]';\n return {\n aliases: ['i7'],\n case_insensitive: true,\n keywords: {\n // Some keywords more or less unique to I7, for relevance.\n keyword:\n // kind:\n 'thing room person man woman animal container ' +\n 'supporter backdrop door ' +\n // characteristic:\n 'scenery open closed locked inside gender ' +\n // verb:\n 'is are say understand ' +\n // misc keyword:\n 'kind of rule'\n },\n contains: [\n {\n className: 'string',\n begin: '\"', end: '\"',\n relevance: 0,\n contains: [\n {\n className: 'subst',\n begin: START_BRACKET, end: END_BRACKET\n }\n ]\n },\n {\n className: 'section',\n begin: /^(Volume|Book|Part|Chapter|Section|Table)\\b/,\n end: '$'\n },\n {\n // Rule definition\n // This is here for relevance.\n begin: /^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\\b/,\n end: ':',\n contains: [\n {\n //Rule name\n begin: '\\\\(This', end: '\\\\)'\n }\n ]\n },\n {\n className: 'comment',\n begin: START_BRACKET, end: END_BRACKET,\n contains: ['self']\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/inform7.js"],"names":["module","exports","hljs","aliases","case_insensitive","keywords","keyword","contains","className","begin","end","relevance"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GAGxB,MAAO,CACLC,QAAS,CAAC,MACVC,kBAAkB,EAClBC,SAAU,CAERC,QAEE,oJASJC,SAAU,CACR,CACEC,UAAW,SACXC,MAAO,IAAKC,IAAK,IACjBC,UAAW,EACXJ,SAAU,CACR,CACEC,UAAW,QACXC,MA1BU,MA0BYC,IAzBd,SA6Bd,CACEF,UAAW,UACXC,MAAO,8CACPC,IAAK,KAEP,CAGED,MAAO,mEACPC,IAAK,IACLH,SAAU,CACR,CAEEE,MAAO,UAAWC,IAAK,SAI7B,CACEF,UAAW,UACXC,MAjDc,MAiDQC,IAhDV,MAiDZH,SAAU,CAAC","file":"highlight/inform7.js?v=c743e553ae5e23550749","sourcesContent":["module.exports = function(hljs) {\n var START_BRACKET = '\\\\[';\n var END_BRACKET = '\\\\]';\n return {\n aliases: ['i7'],\n case_insensitive: true,\n keywords: {\n // Some keywords more or less unique to I7, for relevance.\n keyword:\n // kind:\n 'thing room person man woman animal container ' +\n 'supporter backdrop door ' +\n // characteristic:\n 'scenery open closed locked inside gender ' +\n // verb:\n 'is are say understand ' +\n // misc keyword:\n 'kind of rule'\n },\n contains: [\n {\n className: 'string',\n begin: '\"', end: '\"',\n relevance: 0,\n contains: [\n {\n className: 'subst',\n begin: START_BRACKET, end: END_BRACKET\n }\n ]\n },\n {\n className: 'section',\n begin: /^(Volume|Book|Part|Chapter|Section|Table)\\b/,\n end: '$'\n },\n {\n // Rule definition\n // This is here for relevance.\n begin: /^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\\b/,\n end: ':',\n contains: [\n {\n //Rule name\n begin: '\\\\(This', end: '\\\\)'\n }\n ]\n },\n {\n className: 'comment',\n begin: START_BRACKET, end: END_BRACKET,\n contains: ['self']\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file