Open dqsully opened 7 years ago
index.js:15
textEditorElement.querySelectorAll('::shadow .numeric')
should be
textEditorElement.querySelectorAll('.syntax--numeric')
as Atom has gotten rid of shadow roots.
Thanks @dqsully, will publish fix
index.js:15
should be
as Atom has gotten rid of shadow roots.