#11 fix rlang-variable

otevřený
otevřeno před 7 roky uživatelem garrick · 1 komentářů
garrick okomentoval před 7 roky

$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 okomentoval před 7 roky
Vlastník

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

Note that RStudio doesn't differentiate between function names and variables (identifiers)
Přihlaste se pro zapojení do konverzace.
Bez štítku
Bez milníku
Bez zpracovatelů
1 účastníků
Termín dokončení

Žádný termín dokončení.

Závislosti

Tento úkol momentálně nemá žádné závislosti.

Načítá se…
Zrušit
Uložit
Není zde žádný obsah.