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/erb.js.map
parent01beb52e782472f2fe63ea1db1c6f7cc387c3655 (diff)
Add bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'js/highlight/erb.js.map')
-rw-r--r--js/highlight/erb.js.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/highlight/erb.js.map b/js/highlight/erb.js.map
new file mode 100644
index 000000000..9e085854f
--- /dev/null
+++ b/js/highlight/erb.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/erb.js"],"names":["module","exports","hljs","subLanguage","contains","COMMENT","begin","end","excludeBegin","excludeEnd"],"mappings":"4EAAAA,EAAAC,QAAA,SAAAC,GACA,OACAC,YAAA,MACAC,SAAA,CACAF,EAAAG,QAAA,YACA,CACAC,MAAA,WAAAC,IAAA,UACAJ,YAAA,OACAK,cAAA,EACAC,YAAA","file":"highlight/erb.js?v=ac68931e8c7eedfa1dad","sourcesContent":["module.exports = function(hljs) {\n return {\n subLanguage: 'xml',\n contains: [\n hljs.COMMENT('<%#', '%>'),\n {\n begin: '<%[%=-]?', end: '[%-]?%>',\n subLanguage: 'ruby',\n excludeBegin: true,\n excludeEnd: true\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file