diff --git a/contrib/lua/memeposting.lua b/contrib/lua/memeposting.lua index 637ac70..1676db8 100644 --- a/contrib/lua/memeposting.lua +++ b/contrib/lua/memeposting.lua @@ -17,6 +17,10 @@ function psy_text(str) return span_text("psy", str) end +function red_text(str) + return span_text("redtext", str) +end + function pre_text(str) str = str:gsub("%(", "(")