Fix so mason is using the edge tool highlights

This commit is contained in:
Martin Larsson 2024-07-06 16:49:33 +02:00
parent e49fbf7eaf
commit 578978b1b2

View file

@ -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
}) })