Skip to content

Commit

Permalink
CustomFilters: Support running before other modules so we can highlig…
Browse files Browse the repository at this point in the history
…ht ourself
  • Loading branch information
sylvanaar committed Jun 22, 2020
1 parent da5a0f5 commit 58d3a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/CustomFilters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,8 @@ end
return match(text, matchopts, mode)
end,
type = matchtype,
deformat = matchopts.deformat
deformat = matchopts.deformat,
priority = 46
}

Prat.RegisterPattern(patterninfo, self.name)
Expand Down

0 comments on commit 58d3a85

Please sign in to comment.