Skip to content

Commit

Permalink
fix #85 - invalid macros action
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Feb 17, 2024
1 parent 2031a41 commit 432b77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/Plugin.Colorer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Macro {
return Plugin.Exist(ColorerGUID)
end;
action = function()
Plugin.Call(ColorerGUID, "Brackets", "SelectAll")
Plugin.Call(ColorerGUID, "Brackets", "Match")
end;
}

Expand Down

0 comments on commit 432b77d

Please sign in to comment.