tonsky / Clojure-Sublimed

Clojure support for Sublime Text 4
MIT License
359 stars 22 forks source link

use TextChangeListener to invalidate regions with bounds check #54

Closed jaihindhreddy closed 2 years ago

jaihindhreddy commented 2 years ago

Closes #19.

Adds the bounds checks before the existing checks. This bounds check (call to any) should return False in most cases, making it more efficient. That being said, I haven't measured this in any real scenario. WDYT?

tonsky commented 2 years ago

Great, thank you!