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>2022-01-22 09:53:20 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-01-22 10:44:26 +0300
commit510da1800fcd5d6075c05b71bef5b1d3f6c9f924 (patch)
tree3d4c7f4353c7e25af97d3fa5518ed0d74bb24ec0 /js/highlight/dust.js.map
parent3fb06a7725fcedbeb0dbbdab9d69823a60a252c4 (diff)
Bump @nextcloud/webpack-vue-config from 4.3.0 to 4.3.2
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 4.3.0 to 4.3.2. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud/webpack-vue-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v4.3.0...v4.3.2) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'js/highlight/dust.js.map')
-rw-r--r--js/highlight/dust.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/dust.js.map b/js/highlight/dust.js.map
index 002110ccc..81b80520d 100644
--- a/js/highlight/dust.js.map
+++ b/js/highlight/dust.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///text/node_modules/highlight.js/lib/languages/dust.js"],"names":["module","exports","hljs","name","aliases","case_insensitive","subLanguage","contains","className","begin","end","illegal","starts","endsWithParent","relevance","QUOTE_STRING_MODE","keywords"],"mappings":"sFA4CAA,EAAOC,QAlCP,SAAcC,GAEZ,MAAO,CACLC,KAAM,OACNC,QAAS,CAAC,OACVC,kBAAkB,EAClBC,YAAa,MACbC,SAAU,CACR,CACEC,UAAW,eACXC,MAAO,UACPC,IAAK,KACLC,QAAS,IACTJ,SAAU,CAAC,CACTC,UAAW,OACXC,MAAO,eACPG,OAAQ,CACNC,gBAAgB,EAChBC,UAAW,EACXP,SAAU,CAACL,EAAKa,uBAItB,CACEP,UAAW,oBACXC,MAAO,KACPC,IAAK,KACLC,QAAS,IACTK,SA3BsB","file":"highlight/dust.js?v=df9efe9e4acdeec046e8","sourcesContent":["/*\nLanguage: Dust\nRequires: xml.js\nAuthor: Michael Allen <michael.allen@benefitfocus.com>\nDescription: Matcher for dust.js templates.\nWebsite: https://www.dustjs.com\nCategory: template\n*/\n\n/** @type LanguageFn */\nfunction dust(hljs) {\n const EXPRESSION_KEYWORDS = 'if eq ne lt lte gt gte select default math sep';\n return {\n name: 'Dust',\n aliases: ['dst'],\n case_insensitive: true,\n subLanguage: 'xml',\n contains: [\n {\n className: 'template-tag',\n begin: /\\{[#\\/]/,\n end: /\\}/,\n illegal: /;/,\n contains: [{\n className: 'name',\n begin: /[a-zA-Z\\.-]+/,\n starts: {\n endsWithParent: true,\n relevance: 0,\n contains: [hljs.QUOTE_STRING_MODE]\n }\n }]\n },\n {\n className: 'template-variable',\n begin: /\\{/,\n end: /\\}/,\n illegal: /;/,\n keywords: EXPRESSION_KEYWORDS\n }\n ]\n };\n}\n\nmodule.exports = dust;\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"file":"highlight/dust.js?v=df9efe9e4acdeec046e8","mappings":"sFA4CAA,EAAOC,QAlCP,SAAcC,GAEZ,MAAO,CACLC,KAAM,OACNC,QAAS,CAAC,OACVC,kBAAkB,EAClBC,YAAa,MACbC,SAAU,CACR,CACEC,UAAW,eACXC,MAAO,UACPC,IAAK,KACLC,QAAS,IACTJ,SAAU,CAAC,CACTC,UAAW,OACXC,MAAO,eACPG,OAAQ,CACNC,gBAAgB,EAChBC,UAAW,EACXP,SAAU,CAACL,EAAKa,uBAItB,CACEP,UAAW,oBACXC,MAAO,KACPC,IAAK,KACLC,QAAS,IACTK,SA3BsB","sources":["webpack:///text/node_modules/highlight.js/lib/languages/dust.js"],"sourcesContent":["/*\nLanguage: Dust\nRequires: xml.js\nAuthor: Michael Allen <michael.allen@benefitfocus.com>\nDescription: Matcher for dust.js templates.\nWebsite: https://www.dustjs.com\nCategory: template\n*/\n\n/** @type LanguageFn */\nfunction dust(hljs) {\n const EXPRESSION_KEYWORDS = 'if eq ne lt lte gt gte select default math sep';\n return {\n name: 'Dust',\n aliases: ['dst'],\n case_insensitive: true,\n subLanguage: 'xml',\n contains: [\n {\n className: 'template-tag',\n begin: /\\{[#\\/]/,\n end: /\\}/,\n illegal: /;/,\n contains: [{\n className: 'name',\n begin: /[a-zA-Z\\.-]+/,\n starts: {\n endsWithParent: true,\n relevance: 0,\n contains: [hljs.QUOTE_STRING_MODE]\n }\n }]\n },\n {\n className: 'template-variable',\n begin: /\\{/,\n end: /\\}/,\n illegal: /;/,\n keywords: EXPRESSION_KEYWORDS\n }\n ]\n };\n}\n\nmodule.exports = dust;\n"],"names":["module","exports","hljs","name","aliases","case_insensitive","subLanguage","contains","className","begin","end","illegal","starts","endsWithParent","relevance","QUOTE_STRING_MODE","keywords"],"sourceRoot":""} \ No newline at end of file