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:
authorJulius Härtl <jus@bitgrid.net>2019-08-06 11:02:42 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-08-06 11:44:32 +0300
commit9c82ad4fe3a62e4844b1ba1d47db8336d66dc9c8 (patch)
tree2478e2cdcb33d551ab68703b278b2db05d3880bd /js/highlight/handlebars.js.map
parent5458e8230720311a5780c7e942ec49521288479c (diff)
Always make sure to get the latest sendable steps when retrying
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'js/highlight/handlebars.js.map')
-rw-r--r--js/highlight/handlebars.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/handlebars.js.map b/js/highlight/handlebars.js.map
index b9e58a74b..5b077685a 100644
--- a/js/highlight/handlebars.js.map
+++ b/js/highlight/handlebars.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/handlebars.js"],"names":["module","exports","hljs","BUILT_INS","builtin-name","aliases","case_insensitive","subLanguage","contains","COMMENT","className","begin","end","keywords","starts","endsWithParent","relevance","QUOTE_STRING_MODE"],"mappings":"4EAAAA,EAAOC,QAAU,SAASC,GACxB,IAAIC,EAAY,CAACC,eAAgB,0GACjC,MAAO,CACLC,QAAS,CAAC,MAAO,WAAY,mBAC7BC,kBAAkB,EAClBC,YAAa,MACbC,SAAU,CACVN,EAAKO,QAAQ,WAAY,WACvB,CACEC,UAAW,eACXC,MAAO,YAAaC,IAAK,OACzBJ,SAAU,CACR,CACEE,UAAW,OACXC,MAAO,eACPE,SAAUV,EACVW,OAAQ,CACNC,gBAAgB,EAAMC,UAAW,EACjCR,SAAU,CACRN,EAAKe,uBAMf,CACEP,UAAW,oBACXC,MAAO,OAAQC,IAAK,OACpBC,SAAUV","file":"highlight/handlebars.js?v=6d4f55b7417c3be9d911","sourcesContent":["module.exports = function(hljs) {\n var BUILT_INS = {'builtin-name': 'each in with if else unless bindattr action collection debugger log outlet template unbound view yield'};\n return {\n aliases: ['hbs', 'html.hbs', 'html.handlebars'],\n case_insensitive: true,\n subLanguage: 'xml',\n contains: [\n hljs.COMMENT('{{!(--)?', '(--)?}}'),\n {\n className: 'template-tag',\n begin: /\\{\\{[#\\/]/, end: /\\}\\}/,\n contains: [\n {\n className: 'name',\n begin: /[a-zA-Z\\.-]+/,\n keywords: BUILT_INS,\n starts: {\n endsWithParent: true, relevance: 0,\n contains: [\n hljs.QUOTE_STRING_MODE\n ]\n }\n }\n ]\n },\n {\n className: 'template-variable',\n begin: /\\{\\{/, end: /\\}\\}/,\n keywords: BUILT_INS\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/handlebars.js"],"names":["module","exports","hljs","BUILT_INS","builtin-name","aliases","case_insensitive","subLanguage","contains","COMMENT","className","begin","end","keywords","starts","endsWithParent","relevance","QUOTE_STRING_MODE"],"mappings":"4EAAAA,EAAOC,QAAU,SAASC,GACxB,IAAIC,EAAY,CAACC,eAAgB,0GACjC,MAAO,CACLC,QAAS,CAAC,MAAO,WAAY,mBAC7BC,kBAAkB,EAClBC,YAAa,MACbC,SAAU,CACVN,EAAKO,QAAQ,WAAY,WACvB,CACEC,UAAW,eACXC,MAAO,YAAaC,IAAK,OACzBJ,SAAU,CACR,CACEE,UAAW,OACXC,MAAO,eACPE,SAAUV,EACVW,OAAQ,CACNC,gBAAgB,EAAMC,UAAW,EACjCR,SAAU,CACRN,EAAKe,uBAMf,CACEP,UAAW,oBACXC,MAAO,OAAQC,IAAK,OACpBC,SAAUV","file":"highlight/handlebars.js?v=c0ebcf7dfb1f094102fb","sourcesContent":["module.exports = function(hljs) {\n var BUILT_INS = {'builtin-name': 'each in with if else unless bindattr action collection debugger log outlet template unbound view yield'};\n return {\n aliases: ['hbs', 'html.hbs', 'html.handlebars'],\n case_insensitive: true,\n subLanguage: 'xml',\n contains: [\n hljs.COMMENT('{{!(--)?', '(--)?}}'),\n {\n className: 'template-tag',\n begin: /\\{\\{[#\\/]/, end: /\\}\\}/,\n contains: [\n {\n className: 'name',\n begin: /[a-zA-Z\\.-]+/,\n keywords: BUILT_INS,\n starts: {\n endsWithParent: true, relevance: 0,\n contains: [\n hljs.QUOTE_STRING_MODE\n ]\n }\n }\n ]\n },\n {\n className: 'template-variable',\n begin: /\\{\\{/, end: /\\}\\}/,\n keywords: BUILT_INS\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file