summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/hl/languages/thrift.min.js
blob: 730d2b01305f46bf7e796a784889503f3859e73d (plain)
1
2
3
4
5
6
7
8
9
10
hljs.registerLanguage("thrift",(()=>{"use strict";return e=>{
const t="bool byte i16 i32 i64 double string binary";return{name:"Thrift",
keywords:{
keyword:"namespace const typedef struct enum service exception void oneway set list map required optional",
built_in:t,literal:"true false"},
contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{
className:"class",beginKeywords:"struct enum service exception",end:/\{/,
illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,
excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",end:">",keywords:t,
contains:["self"]}]}}})());