asciidoctor / atom-language-asciidoc

⚛ AsciiDoc language package for the Atom editor.
https://atom.io/packages/language-asciidoc
MIT License
42 stars 20 forks source link

chore: shadow DOM compatibility migration #173

Closed ldez closed 7 years ago

ldez commented 7 years ago

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary.

This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--.

http://blog.atom.io/2016/11/14/removing-shadow-dom-boundary-from-text-editor-elements.html

Fix #170

ldez commented 7 years ago

waiting for Atom 1.13 release.