react-use/react-syntax-highlighter_languages_highlight_thrift.3d0abc3b43819bd6033b.bundle.js
2020-10-05 09:32:05 +00:00

1 line
711 B
JavaScript

(window.webpackJsonp=window.webpackJsonp||[]).push([[162],{653:function(module,exports){module.exports=function(hljs){return{keywords:{keyword:"namespace const typedef struct enum service exception void oneway set list map required optional",built_in:"bool byte i16 i32 i64 double string binary",literal:"true false"},contains:[hljs.QUOTE_STRING_MODE,hljs.NUMBER_MODE,hljs.C_LINE_COMMENT_MODE,hljs.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[hljs.inherit(hljs.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",end:">",keywords:"bool byte i16 i32 i64 double string binary",contains:["self"]}]}}}}]);