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 #171

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--.

Fix #170