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()
;
}