tree-sitter / tree-sitter-haskell

Haskell grammar for tree-sitter.
MIT License
151 stars 36 forks source link

Don't panic if we can't serialize our state #80

Closed 414owen closed 2 years ago

414owen commented 2 years ago

closes https://github.com/tree-sitter/tree-sitter-haskell/issues/79

Not entirely sure what will happen if we can't serialize our state, I guess the highlighting will be off, at the very least.
Doesn't look like there's much else we can do though.