From: Alexander Barton Date: Wed, 20 May 2015 09:06:41 +0000 (+0200) Subject: Use "atom-text-editor" tag instead of "editor[-colors]" classes X-Git-Tag: v0.1.0~8 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=atom-ax-monokai-syntax.git;a=commitdiff_plain;h=30293af0861294888c364c6efca6173a8164dff2;hp=30293af0861294888c364c6efca6173a8164dff2 Use "atom-text-editor" tag instead of "editor[-colors]" classes This fixes the following deprecation warnings: - "Use the atom-text-editor tag instead of the editor-colors class." - "Target the selector :host, atom-text-editor instead of .editor-colors for shadow DOM support." - "Use the atom-text-editor tag instead of the editor class." - "Target the selector :host, atom-text-editor instead of .editor for shadow DOM support." Closes joaoafrmartins/seti-monokai#7, Closes joaoafrmartins/seti-monokai#8, Closes joaoafrmartins/seti-monokai#9, Closes joaoafrmartins/seti-monokai#10. ---