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/protobuf.js.map
parent01beb52e782472f2fe63ea1db1c6f7cc387c3655 (diff)
Add bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'js/highlight/protobuf.js.map')
-rw-r--r--js/highlight/protobuf.js.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/highlight/protobuf.js.map b/js/highlight/protobuf.js.map
new file mode 100644
index 000000000..7e93e70e3
--- /dev/null
+++ b/js/highlight/protobuf.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/protobuf.js"],"names":["module","exports","hljs","keywords","keyword","built_in","literal","contains","QUOTE_STRING_MODE","NUMBER_MODE","C_LINE_COMMENT_MODE","className","beginKeywords","end","illegal","inherit","TITLE_MODE","starts","endsWithParent","excludeEnd","begin"],"mappings":"6EAAAA,EAAAC,QAAA,SAAAC,GACA,OACAC,SAAA,CACAC,QAAA,+DACAC,SAAA,2GAEAC,QAAA,cAEAC,SAAA,CACAL,EAAAM,kBACAN,EAAAO,YACAP,EAAAQ,oBACA,CACAC,UAAA,QACAC,cAAA,uBAAAC,IAAA,KACAC,QAAA,KACAP,SAAA,CACAL,EAAAa,QAAAb,EAAAc,WAAA,CACAC,OAAA,CAAqBC,gBAAA,EAAAC,YAAA,OAIrB,CACAR,UAAA,WACAC,cAAA,MACAC,IAAA,IAAeM,YAAA,EACfhB,SAAA,eAEA,CACAiB,MAAA,cACAP,IAAA,OAAAM,YAAA","file":"highlight/protobuf.js?v=15aa9efece164048447c","sourcesContent":["module.exports = function(hljs) {\n return {\n keywords: {\n keyword: 'package import option optional required repeated group oneof',\n built_in: 'double float int32 int64 uint32 uint64 sint32 sint64 ' +\n 'fixed32 fixed64 sfixed32 sfixed64 bool string bytes',\n literal: 'true false'\n },\n contains: [\n hljs.QUOTE_STRING_MODE,\n hljs.NUMBER_MODE,\n hljs.C_LINE_COMMENT_MODE,\n {\n className: 'class',\n beginKeywords: 'message enum service', end: /\\{/,\n illegal: /\\n/,\n contains: [\n hljs.inherit(hljs.TITLE_MODE, {\n starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n })\n ]\n },\n {\n className: 'function',\n beginKeywords: 'rpc',\n end: /;/, excludeEnd: true,\n keywords: 'rpc returns'\n },\n {\n begin: /^\\s*[A-Z_]+/,\n end: /\\s*=/, excludeEnd: true\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file