Fix so mason is using the edge tool highlights
This commit is contained in:
parent
e49fbf7eaf
commit
578978b1b2
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ return {
|
||||||
-- Saga
|
-- Saga
|
||||||
SagaNormal = { link = "EdgeTool" },
|
SagaNormal = { link = "EdgeTool" },
|
||||||
SagaBorder = { link = "EdgeToolBorder" },
|
SagaBorder = { link = "EdgeToolBorder" },
|
||||||
|
|
||||||
|
-- Mason
|
||||||
|
Mason = { link = "EdgeTool" },
|
||||||
|
MasonNormal = { link = "EdgeTool" },
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue