danipen / TextMateSharp

A port of tm4e to bring TextMate grammars to dotnet ecosystem
MIT License
87 stars 15 forks source link

Refactor IRegistryOptions #8

Closed Takoooooo closed 2 years ago

Takoooooo commented 2 years ago

This refactoring allows us to implement more flexible IRegistryOptions, it allows us to use this library for example in WASM because we don't rely anymore on file paths. Reduces overhead of GetInputStream method, now there is no overhead basically.