Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Managed Babel lets you integrate your language service implementation with the C# lexer and parser generation tools, MPLex and MPPG. Managed Babel provides a basic language service implementation that lets you add code-editing features such as colorization, brace matching, and IntelliSense.
In This Section
Managed Babel Essentials
Provides information about Managed Babel.Walkthrough: Using Managed Babel
Explains how to add colorization and brace matching to your language by using Managed Babel.Walkthrough: Adding Outlining to a Managed Babel Language Service
Explains how to add outlining to your language by using Managed Babel.
Related Sections
- Implementing a Language Service By Using the Managed Package Framework
Provides information about how to use the managed package framework (MPF) to implement a full-featured language service in managed code.