Fix noprop color (typo in pattern match) (#251)

This commit is contained in:
Tim Wilkinson 2022-03-02 15:27:39 -08:00 committed by GitHub
parent 7b48dc3200
commit 2a263fce4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ do
if not name:match("%.") then if not name:match("%.") then
name = name .. ".local.mesh" name = name .. ".local.mesh"
end end
local tac = line:match("[%d%.]+%s+%S+%s+(%S)") local tac = line:match("[%d%.]+%s+%S+%s+(%S+)")
if not tac then if not tac then
tac = "" tac = ""
end end