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-07-17 14:24:46 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-17 14:24:46 +0300
commit7b8c43a4024520ab39ffd1d9e7bff51796ac9acb (patch)
tree9d8223b21f1edd445229d969be4c63ecab790a65 /js/highlight/handlebars.js.map
parent01beb52e782472f2fe63ea1db1c6f7cc387c3655 (diff)
Add bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'js/highlight/handlebars.js.map')
-rw-r--r--js/highlight/handlebars.js.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/highlight/handlebars.js.map b/js/highlight/handlebars.js.map
new file mode 100644
index 000000000..3e86ded5f
--- /dev/null
+++ b/js/highlight/handlebars.js.map
@@ -0,0 +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,EAAAC,QAAA,SAAAC,GACA,IAAAC,EAAA,CAAmBC,eAAA,0GACnB,OACAC,QAAA,qCACAC,kBAAA,EACAC,YAAA,MACAC,SAAA,CACAN,EAAAO,QAAA,WAAoB,WACpB,CACAC,UAAA,eACAC,MAAA,YAAoBC,IAAA,OACpBJ,SAAA,CACA,CACAE,UAAA,OACAC,MAAA,eACAE,SAAAV,EACAW,OAAA,CACAC,gBAAA,EAAAC,UAAA,EACAR,SAAA,CACAN,EAAAe,uBAMA,CACAP,UAAA,oBACAC,MAAA,OAAoBC,IAAA,OACpBC,SAAAV","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