2016-11-02 1 views

Antwort

0

Öffnen Sie die Stylesheet-Konfigurationsdatei von Atom in Datei -> Stylesheet ... und fügen Sie diese am Ende dieser Datei würde funktionieren.

atom-text-editor::shadow{ 
    .entity.other.attribute-name { 
     font-style: italic; 
    } 
} 

Referenz: https://miklb.com/customizing-atom-editor/