/

LSP

1 Examples


This code is colorized with a C++ language server.

#include <iostream>
#include <MBDoc/MBDoc.h>
int main(int argc,char** argv)
{
MBDoc::TextElement TestElement;
std::cout<<"Hello world!"<<std::endl;
}
This MBObjectSpec specification is colorized with mbspecd.

struct foo

{
int stuff;
List<foo> moreStuff;
}
struct bar
{
?foo Foo;
Variant<foo,int> property;
}