task(dsl): Replace colons with dashes
Colons break ini syntax highlighters and linters.
This commit is contained in:
parent
3b9dc784ba
commit
2c74cb06de
28 changed files with 1096 additions and 966 deletions
include/modules
|
@ -12,8 +12,8 @@ namespace modules
|
|||
DefineModule(MemoryModule, TimerModule)
|
||||
{
|
||||
static constexpr auto TAG_LABEL = "<label>";
|
||||
static constexpr auto TAG_BAR_USED = "<bar:used>";
|
||||
static constexpr auto TAG_BAR_FREE = "<bar:free>";
|
||||
static constexpr auto TAG_BAR_USED = "<bar-used>";
|
||||
static constexpr auto TAG_BAR_FREE = "<bar-free>";
|
||||
|
||||
std::unique_ptr<drawtypes::Bar> bar_used;
|
||||
std::unique_ptr<drawtypes::Bar> bar_free;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue