rpetrich / deciduous

App that simplifies building decision trees to model adverse scenarios
https://deciduous.app
GNU General Public License v2.0
180 stars 17 forks source link

Update synchronized text area even if the document fails to be parsed #15

Closed rpetrich closed 3 years ago

rpetrich commented 3 years ago

This fixes the mistaken assumption that syntax highlighting will only be required when the document is in a parseable state. Instead the previous type information from the last good document should be used to hint the current invalid one.