UNPKG

851 BJavaScriptView Raw
1hljs.registerLanguage("capnproto",(()=>{"use strict";return n=>({
2name:"Cap\u2019n Proto",aliases:["capnp"],keywords:{
3keyword:"struct enum interface union group import using const annotation extends in of on as with from fixed",
4built_in:"Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 Text Data AnyPointer AnyStruct Capability List",
5literal:"true false"},
6contains:[n.QUOTE_STRING_MODE,n.NUMBER_MODE,n.HASH_COMMENT_MODE,{
7className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",
8begin:/@\d+\b/},{className:"class",beginKeywords:"struct enum",end:/\{/,
9illegal:/\n/,contains:[n.inherit(n.TITLE_MODE,{starts:{endsWithParent:!0,
10excludeEnd:!0}})]},{className:"class",beginKeywords:"interface",end:/\{/,
11illegal:/\n/,contains:[n.inherit(n.TITLE_MODE,{starts:{endsWithParent:!0,
12excludeEnd:!0}})]}]})})());
\No newline at end of file