https://github.com/atom/text-buffer/blob/cface8833b12d1922b0919ab1002dd7b42763627/src/null-language-mode.js#L19-L20 I guess this was missed at some point. Cost me an hour or two in debugging. Also, side note, NullHighlightIterator is redefined (this time correctly) in https://github.com/atom/atom/blob/b4971d07562b8e759753ecea3fc5b3594b558be6/src/tree-sitter-language-mode.js#L1330
text-buffer/src/null-language-mode.js
Lines 19 to 20 in cface88
I guess this was missed at some point. Cost me an hour or two in debugging.
Also, side note, NullHighlightIterator is redefined (this time correctly) in https://github.com/atom/atom/blob/b4971d07562b8e759753ecea3fc5b3594b558be6/src/tree-sitter-language-mode.js#L1330