nateshmbhat / svelte-ace

Ace Editor component for Svelte with TypeScript support 🥳🥳
MIT License
48 stars 6 forks source link

How to listen for a syntax error in a particular mode #19

Open wil-den opened 3 months ago

wil-den commented 3 months ago

Hi,

Thanks for your effort in producing this. It has been very helpful to me. I am trying to avoid using data in an editor if the syntax in a mode is incorrect. Can you tell me which event i should be listening out to?

Best, Wilson