Releases: danipen/TextMateSharp
v1.0.20
Full Changelog: v1.0.19...v1.0.20
v1.0.19
Protect the code against corrupted grammars.
Full Changelog: v1.0.18...v1.0.19
v1.0.18
Fixed a wronly negated condition in StackElement.
Full Changelog: v1.0.16...v1.0.18
v1.0.17
Fixed a NRE in LineTokenizer when grammars are not well formed.
Full Changelog: v1.0.16...v1.0.17
v1.0.16
What's Changed
- Refactor IRegistryOptions by @Takoooooo in #8
New Contributors
- @Takoooooo made their first contribution in #8
Full Changelog: v1.0.15...v1.0.16
v1.0.15
Do not revalidate tokens when the tokenizer is still null
Full Changelog: v1.0.14...v1.0.15
v1.0.14
Do not complete tokenize long lines (tokenize only the first 10.000 characters).
Full Changelog: v1.0.13...v1.0.14
v1.0.13
Avoid TMModel thread leaking.
Full Changelog: v1.0.12...v1.0.13
v1.0.12
Protect NRE when setting a null grammar to the TMModel.
Full Changelog: v1.0.11...v1.0.12
v1.0.11
Fixed document not reparsed when setting the grammar.
Full Changelog: v1.0.10...v1.0.11