#11 fix rlang-variable

Aperto
aperto 7 anni fa da garrick · 1 commenti
garrick 7 anni fa ha commentato

$rlang-variable isn’t being applied to the correct class…

Currently it’s applied to .ace_variable but that doesn’t work. It should be applied to .ace_identifier, but this adds a lot of color so needs to be done thoughtfully.

.ace_identifier {
  color: $rlang-variable;
}
.ace_variable {
    color: $rlang-variable;
    &.ace_parameter {
        color: $rlang-value;
    }
}
`$rlang-variable` isn't being applied to the correct class... Currently it's applied to `.ace_variable` but that doesn't work. It should be applied to `.ace_identifier`, but this adds *a lot of color* so needs to be done thoughtfully. ```scss .ace_identifier { color: $rlang-variable; } .ace_variable { color: $rlang-variable; &.ace_parameter { color: $rlang-value; } } ```
garrick 7 anni fa ha commentato
Proprietario

Note that RStudio doesn’t differentiate between function names and variables (identifiers)

Note that RStudio doesn't differentiate between function names and variables (identifiers)
Effettua l'accesso per partecipare alla conversazione.
Nessuna etichetta
Nessuna milestone
No Assignees
1 Partecipanti
Data di scadenza

Nessuna data di scadenza impostata.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
Annulla
Salva
Non ci sono ancora contenuti.