This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

TextMateLanguageRegistry Pennington.Highlighting

Registry over the built-in TextMate grammar set. Exposes the underlying Registry and resolves a language identifier to its TextMate scope.

Constructors

TextMateLanguageRegistry

#
public TextMateLanguageRegistry()

Initializes the registry over the built-in grammar set.

Pennington.Highlighting.TextMateLanguageRegistry

namespace Pennington.Highlighting;

/// Registry over the built-in TextMate grammar set. Exposes the underlying Registry and resolves a language identifier to its TextMate scope.
public class TextMateLanguageRegistry
{
    /// Initializes the registry over the built-in grammar set.
    
public TextMateLanguageRegistry()
; }