danipen / TextMateSharp

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

Fixed wrong condition in TMModel #32

Closed danipen closed 1 year ago

danipen commented 1 year ago

This fixes ForceTokenization behavior. The condition to check if the tokenizer thread was null was wrong.