DEBOUNCE_MS

const val DEBOUNCE_MS: Long = 150

Default debounce window in milliseconds after the last keystroke before the editor triggers a new highlight call. 150 ms is a balance between responsiveness and avoiding unnecessary WebView calls on fast typists.