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:
Diffstat (limited to 'js/highlight/thrift.js.map')
-rw-r--r--js/highlight/thrift.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/thrift.js.map b/js/highlight/thrift.js.map
index abf5fe066..50e892538 100644
--- a/js/highlight/thrift.js.map
+++ b/js/highlight/thrift.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/thrift.js"],"names":["module","exports","hljs","keywords","keyword","built_in","literal","contains","QUOTE_STRING_MODE","NUMBER_MODE","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","className","beginKeywords","end","illegal","inherit","TITLE_MODE","starts","endsWithParent","excludeEnd","begin"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GAExB,MAAO,CACLC,SAAU,CACRC,QACE,mGACFC,SALiB,6CAOjBC,QACE,cAEJC,SAAU,CACRL,EAAKM,kBACLN,EAAKO,YACLP,EAAKQ,oBACLR,EAAKS,qBACL,CACEC,UAAW,QACXC,cAAe,gCAAiCC,IAAK,KACrDC,QAAS,KACTR,SAAU,CACRL,EAAKc,QAAQd,EAAKe,WAAY,CAC5BC,OAAQ,CAACC,gBAAgB,EAAMC,YAAY,OAIjD,CACEC,MAAO,yBAA0BP,IAAK,IACtCX,SA3Be,6CA4BfI,SAAU,CAAC","file":"highlight/thrift.js?v=51b60b6384e7d531e28b","sourcesContent":["module.exports = function(hljs) {\n var BUILT_IN_TYPES = 'bool byte i16 i32 i64 double string binary';\n return {\n keywords: {\n keyword:\n 'namespace const typedef struct enum service exception void oneway set list map required optional',\n built_in:\n BUILT_IN_TYPES,\n literal:\n 'true false'\n },\n contains: [\n hljs.QUOTE_STRING_MODE,\n hljs.NUMBER_MODE,\n hljs.C_LINE_COMMENT_MODE,\n hljs.C_BLOCK_COMMENT_MODE,\n {\n className: 'class',\n beginKeywords: 'struct enum service exception', 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 begin: '\\\\b(set|list|map)\\\\s*<', end: '>',\n keywords: BUILT_IN_TYPES,\n contains: ['self']\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/thrift.js"],"names":["module","exports","hljs","keywords","keyword","built_in","literal","contains","QUOTE_STRING_MODE","NUMBER_MODE","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","className","beginKeywords","end","illegal","inherit","TITLE_MODE","starts","endsWithParent","excludeEnd","begin"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GAExB,MAAO,CACLC,SAAU,CACRC,QACE,mGACFC,SALiB,6CAOjBC,QACE,cAEJC,SAAU,CACRL,EAAKM,kBACLN,EAAKO,YACLP,EAAKQ,oBACLR,EAAKS,qBACL,CACEC,UAAW,QACXC,cAAe,gCAAiCC,IAAK,KACrDC,QAAS,KACTR,SAAU,CACRL,EAAKc,QAAQd,EAAKe,WAAY,CAC5BC,OAAQ,CAACC,gBAAgB,EAAMC,YAAY,OAIjD,CACEC,MAAO,yBAA0BP,IAAK,IACtCX,SA3Be,6CA4BfI,SAAU,CAAC","file":"highlight/thrift.js?v=86f56e4dd988150ace1d","sourcesContent":["module.exports = function(hljs) {\n var BUILT_IN_TYPES = 'bool byte i16 i32 i64 double string binary';\n return {\n keywords: {\n keyword:\n 'namespace const typedef struct enum service exception void oneway set list map required optional',\n built_in:\n BUILT_IN_TYPES,\n literal:\n 'true false'\n },\n contains: [\n hljs.QUOTE_STRING_MODE,\n hljs.NUMBER_MODE,\n hljs.C_LINE_COMMENT_MODE,\n hljs.C_BLOCK_COMMENT_MODE,\n {\n className: 'class',\n beginKeywords: 'struct enum service exception', 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 begin: '\\\\b(set|list|map)\\\\s*<', end: '>',\n keywords: BUILT_IN_TYPES,\n contains: ['self']\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file