This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/*
Language: Cap’n Proto
Author: Oleg Efimov <efimovov@gmail.com>
Description: Cap’n Proto message definition format
Website: https://capnproto.org/capnp-tool.html
Category: protocols
*/
/** @type LanguageFn */
functioncapnproto(hljs){
return{
name:'Cap’n Proto',
aliases:['capnp'],
keywords:{
keyword:
'struct enum interface union group import using const annotation extends in of on as with from fixed',