typescript: braces fix

This commit is contained in:
He4eT 2026-06-04 14:19:27 +02:00
commit d8e9f7dfb9

View file

@ -302,6 +302,7 @@ return lush(function(injected_functions)
FzfLuaHeaderText({ Statement }), FzfLuaHeaderText({ Statement }),
-- Dirty fixes -- Dirty fixes
typescriptParens({ fg = colors.fg }) typescriptParens({ fg = colors.fg }),
typescriptBraces({ Statement })
} }
end) end)