UNPKG

774 BJavaScriptView Raw
1/*! `thrift` grammar compiled for Highlight.js 11.6.0 */
2(()=>{var e=(()=>{"use strict";return e=>{
3const t=["bool","byte","i16","i32","i64","double","string","binary"];return{
4name:"Thrift",keywords:{
5keyword:["namespace","const","typedef","struct","enum","service","exception","void","oneway","set","list","map","required","optional"],
6type:t,literal:"true false"},
7contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{
8className:"class",beginKeywords:"struct enum service exception",end:/\{/,
9illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,
10excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",keywords:{
11type:[...t,"set","list","map"]},end:">",contains:["self"]}]}}})()
12;hljs.registerLanguage("thrift",e)})();
\No newline at end of file