Skip to main content
TextMateSharp package icon

TextMateSharp

An interpreter for grammar files as defined by TextMate. TextMate grammars use the oniguruma dialect (https://github.com/kkos/oniguruma). Supports loading grammar files only from JSON format. Cross - grammar injections are currently not supported. TextMateSharp is a port of microsoft/vscode-textmate that brings TextMate grammars to dotnet ecosystem. The implementation is based the Java port eclipse/tm4e. TextMateSharp uses a wrapper around Oniguruma regex engine. Read below to learn how to build Oniguruma bindings.

Total Downloads
1.3M
1,324,026
Published
Jul 14, 2022
Latest stable version

Install

.NET CLI
dotnet add package TextMateSharp --version 1.0.41
Package Manager Console
Install-Package TextMateSharp -Version 1.0.41
PackageReference
<PackageReference Include="TextMateSharp" Version="1.0.41" />

Frameworks

.NETStandard2.0

Dependencies

Newtonsoft.Json
.NETStandard2.0
[13.0.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.