comparison third_party/highlight/es/languages/thrift.min.js @ 157:2db6253f355d

[ThirdParty] Added highlight library for better readability on blog.
author June Park <parkjune1995@gmail.com>
date Tue, 13 Jan 2026 19:18:47 -0800
parents
children
comparison
equal deleted inserted replaced
156:cd35e600ae34 157:2db6253f355d
1 /*! `thrift` grammar compiled for Highlight.js 11.11.1 */
2 var hljsGrammar=(()=>{"use strict";return e=>{
3 const t=["bool","byte","i16","i32","i64","double","string","binary"];return{
4 name:"Thrift",keywords:{
5 keyword:["namespace","const","typedef","struct","enum","service","exception","void","oneway","set","list","map","required","optional"],
6 type:t,literal:"true false"},
7 contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{
8 className:"class",beginKeywords:"struct enum service exception",end:/\{/,
9 illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,
10 excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",keywords:{
11 type:[...t,"set","list","map"]},end:">",contains:["self"]}]}}})()
12 ;export default hljsGrammar;