#11 fix rlang-variable

Открыто
открыта 7 лет назад garrick · комментариев: 1
garrick прокомментировал 7 лет назад

$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 лет назад
Владелец

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

Note that RStudio doesn't differentiate between function names and variables (identifiers)
Войдите, чтобы присоединиться к обсуждению.
Нет меток
Нет этапа
Нет назначенных лиц
1 участников
Срок выполнения

Срок выполнения не установлен.

Зависимости

В настоящее время эта задача не имеет зависимостей.

Загрузка…
Отмена
Сохранить
Пока нет содержимого.