Onigwrap 1.0.10
Onigwrap
Based on TextMateSharp's version of onigwrap.
Differences from the source project:
- Better native assets handling.
- Use finalizers to free up unmanaged resources. I believe
IDisposableis overkill here because Oniguruma regexes are not resource hungry, just GC makes this job easier.
Showing the top 20 packages that depend on Onigwrap.
| Packages | Downloads |
|---|---|
|
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.
|
2 |
|
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.
|
1 |