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-04-10 04:26:26 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-04-13 20:45:50 +0300
commit9f14db5e5375b2d1e58bc21b48534aa1d60c6790 (patch)
tree14e1f57299de7935433a0cb531154f2b8e5dfd08 /js/highlight/golo.js.map
parent7653189a351215fa2b3763681aa325ba7267a393 (diff)
Bump @nextcloud/vue from 3.7.2 to 3.9.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.2 to 3.9.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.7.2...v3.9.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'js/highlight/golo.js.map')
-rw-r--r--js/highlight/golo.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/golo.js.map b/js/highlight/golo.js.map
index c20b60665..0050429df 100644
--- a/js/highlight/golo.js.map
+++ b/js/highlight/golo.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/golo.js"],"names":["module","exports","hljs","name","keywords","keyword","literal","contains","HASH_COMMENT_MODE","QUOTE_STRING_MODE","C_NUMBER_MODE","className","begin"],"mappings":"mGAgCAA,EAAOC,QAzBP,SAAcC,GACZ,MAAO,CACLC,KAAM,OACNC,SAAU,CACRC,QACI,0TAKJC,QACI,mBAENC,SAAU,CACRL,EAAKM,kBACLN,EAAKO,kBACLP,EAAKQ,cACL,CACEC,UAAW,OACXC,MAAO","file":"highlight/golo.js?v=253b581a79e8f2d9f913","sourcesContent":["/*\nLanguage: Golo\nAuthor: Philippe Charriere <ph.charriere@gmail.com>\nDescription: a lightweight dynamic language for the JVM\nWebsite: http://golo-lang.org/\n*/\n\nfunction golo(hljs) {\n return {\n name: 'Golo',\n keywords: {\n keyword:\n 'println readln print import module function local return let var ' +\n 'while for foreach times in case when match with break continue ' +\n 'augment augmentation each find filter reduce ' +\n 'if then else otherwise try catch finally raise throw orIfNull ' +\n 'DynamicObject|10 DynamicVariable struct Observable map set vector list array',\n literal:\n 'true false null'\n },\n contains: [\n hljs.HASH_COMMENT_MODE,\n hljs.QUOTE_STRING_MODE,\n hljs.C_NUMBER_MODE,\n {\n className: 'meta',\n begin: '@[A-Za-z]+'\n }\n ]\n };\n}\n\nmodule.exports = golo;\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/golo.js"],"names":["module","exports","hljs","name","keywords","keyword","literal","contains","HASH_COMMENT_MODE","QUOTE_STRING_MODE","C_NUMBER_MODE","className","begin"],"mappings":"mGAgCAA,EAAOC,QAzBP,SAAcC,GACZ,MAAO,CACLC,KAAM,OACNC,SAAU,CACRC,QACI,0TAKJC,QACI,mBAENC,SAAU,CACRL,EAAKM,kBACLN,EAAKO,kBACLP,EAAKQ,cACL,CACEC,UAAW,OACXC,MAAO","file":"highlight/golo.js?v=19ce1de0af4989f6a0be","sourcesContent":["/*\nLanguage: Golo\nAuthor: Philippe Charriere <ph.charriere@gmail.com>\nDescription: a lightweight dynamic language for the JVM\nWebsite: http://golo-lang.org/\n*/\n\nfunction golo(hljs) {\n return {\n name: 'Golo',\n keywords: {\n keyword:\n 'println readln print import module function local return let var ' +\n 'while for foreach times in case when match with break continue ' +\n 'augment augmentation each find filter reduce ' +\n 'if then else otherwise try catch finally raise throw orIfNull ' +\n 'DynamicObject|10 DynamicVariable struct Observable map set vector list array',\n literal:\n 'true false null'\n },\n contains: [\n hljs.HASH_COMMENT_MODE,\n hljs.QUOTE_STRING_MODE,\n hljs.C_NUMBER_MODE,\n {\n className: 'meta',\n begin: '@[A-Za-z]+'\n }\n ]\n };\n}\n\nmodule.exports = golo;\n"],"sourceRoot":""} \ No newline at end of file