#11 fix rlang-variable

Abierta
abierta hace 7 años por garrick · 1 comentarios
garrick comentado hace 7 años

$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 comentado hace 7 años
Propietario

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

Note that RStudio doesn't differentiate between function names and variables (identifiers)
Inicie sesión para unirse a esta conversación.
Sin etiquetas
Sin Milestone
No asignados
1 participantes
Fecha de vencimiento

Sin fecha de vencimiento.

Dependencias

Esta incidencia actualmente no tiene ninguna dependencia.

Cargando…
Cancelar
Guardar
Aún no existe contenido.